Skip to content

A Discord bot for helping change roles in JMU Grad Discord

License

Notifications You must be signed in to change notification settings

ajsnarr98/DiscordJMURoles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LazyBot

A Discord bot for helping change roles in JMU Grad Discord

Installation Requirements:

  1. Python 3.7 or greater
  2. Git

Running

  1. Copy secret_example.py and make a new file called secret.py with your discord bot token
  2. Run bot.py

Developers

Creating Commands

For an example of a set of created commands, see commands in lazybot/commands/MiscFun.py.

To begin to add a command, add a new or edit an existing class (like MiscFun) inheriting from discord.ext.commands.Cog, and put commands inside it. The doc comments for your function (command) are the command's help message, and the name of the your function is by default the name of the command (see docs linked in Rapptz/discord.py for more info).

About

A Discord bot for helping change roles in JMU Grad Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages