MegaBot was created to bring together all the possible features of bots existing on discord. We are fed up with hundreds of bots that look alike and populate the same discord server! So we want to create a unique discord bot that brings everything together in security and simplicity!
- Ping the bot :
$ping
( if you need to see the lag betwwen us) - Help :
$help
( if you need this help with the command ) - Level :
$lvl
( You can check your lvl if the server allow it ) - Poll :
$poll "this is a question" "option1,option2,option3" timeout(minutes)
( if you need to create poll with result ) - Server :
$server
(Get some information about the server) - $play :
$play name of the song
(Play song in audio channel) - $skip :
$skip
(skip to the next song) - $stop :
$stop
(stop playing song and leave channel)
- Mute user :
$mute 1d @user
( mute user during one day ) - Unmute User :
$unmute @user
( unmute the user) - Clear :
$clear 50
(delete last 50 messages) or$clear @user
(delete this user's messages from the last 100 messages) - Forbid word(s) :
$forbid word1 word2
(forbid one or any words) - Unforbid word(s) :
$unforbid word1 word2
(unforbid one or any words) - Listforbid word(s) :
$listforbid word1 word2
(Show all forbidden words) - Add React emojy then Role :
$addRole messageidToReact Emojy @role
( init bot reaction when the emojy is fired ) - Delete Role :
$deleteRole messageidToReact Emojy
- role List :
$rolelist
This is a list of every role reaction - Configuration :
$config lvl (true|false)
: Enable User level on the current server !
Want to contribute? Great! You can open some Issue and explain what do you need in the future !
Create a file at the root named config.js:
module.exports = { token : "you're discord token" }
then :
$ npm i
$ npm run build
$ npm run start