Ahmed-Hamdy101 / Mikasa-discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mikasa Bot

installations :

  • Require Discord V14 Less than that will not working

    •  npm install  
    •  touch .env
  • inside the file .env ADD THIS

    •     CLIENT_ID = 'My CLIENT_ID'
          TOKEN = 'My TOKEN'

⚠️ if you don't know what's the CLIENT_ID

  • go to server setting
  • copy server id and that's it

Commands:

Name Inputs Description Response
echo string Echo you inputs: example echo message: Hi there status:200,message:'succes'
ping string ping inputs : example /ping Hi there status:200,message:succes
ping int ping some numbers with $ : example /ping int: 4 json{ status:200,input:1}
ping File ping Choice not working json{ status:400,input:not working}
ping Target ping @someone please choose him json{ status:200,input:Room,Location}
ping destination ping destination please choose room or someone json{ status:200,input:Room,someone Location}
ping muted ping muted not working currently json{ status:400,input: -------}
ping num ping num not working currently json{ status:400,input: -------}
ping attachment ping attachment not working currently json{ status:400,input: -------}
Update string tells update for channel `` json{ status:200,input: message to update

About

License:MIT License


Languages

Language:JavaScript 100.0%