Bulundu SUNUCUYA GİREBİLİR İSİMLERİ CHECKLEME

  • Konuyu Başlatan Konuyu Başlatan xRiuse
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 992
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
burda içinde isim geçmesi yeterli yani /check abcd+++*** yazılıyor
Kod:
function temizle(a:text,b:text) :: text:
    set {_} to "abcdefghijklmnopqrstuvwxyz0123456789"
    set {_1} to {_a}
    set {_2} to {_b}
    set {_x::*} to {_} split at ""
    loop {_x::*}:
        replace every loop-value with "" in {_1}
    set {_x2::*} to {_1} split at ""
    loop {_x2::*}:
        replace every loop-value with "" in {_2}
    return {_2}
discord command check [<text>]:
    prefixes: !
    trigger:
        arg 1 is set:
            length of arg-1 is between 3 and 16:
                send "Kullanıcı: %temizle(arg 1, arg 1)%"
                stop
            send "Kısa ya da uzun!"
            stop
        send "Bir isim belirle."
 
HALLETTİM BEN:
JavaScript:
function temizle(a:text,b:text) :: text:
    set {_} to "abcdefghijklmnopqrstuvwxyz0123456789"
    set {_1} to {_a}
    set {_2} to {_b}
    set {_x::*} to {_} split at ""
    loop {_x::*}:
        replace every loop-value with "" in {_1}
    set {_x2::*} to {_1} split at ""
    loop {_x2::*}:
        replace every loop-value with "" in {_2}
    return {_2}
discord command check [<text>]:
    prefixes: !
    trigger:
        arg 1 is set:
            length of arg-1 is between 3 and 16:
                if arg-1 is temizle(arg 1, arg 1):
                    send "Kullanıcı: %arg-1%"
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst