Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.07 KB

Severino

Needs discord.js

Severino’s a discord.js based bot which usage is:

  • receive a !bot TOKEN message
  • if TOKEN matches with a custom token previously generated, user who said it will be granted a specific role.

Token?

For now, TOKEN can only be set previously and every single TOKEN can be used infinite times.

I personally recommend a very-very-hard password, like the ones generated by LastPass or Strong Password Generator for admin-only roles.


Do you even caracrachá?

Severino also shows a "game" status if your server's game-related, which can be set on severino.js line 7.


Developed by

Please let the following message on the !bot info command.

client.on('message', function(message){

  if(message.content == '!bot info')
  {
    return message.reply("`BOT NAME HERE`'s a **`discord.js`** open-source bot based on `Severino` by `github.com/gabrguedes`."
    )
  }
});	

Usage:

$ node severino.js