Skip to content

Discord.js token-based bot developed for letting people have specified roles.

Notifications You must be signed in to change notification settings

geueds/Severino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Discord.js token-based bot developed for letting people have specified roles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published