Commit Graph

5 Commits

Author SHA1 Message Date
Bibin Muttappillil 841a6586fe feat: extension loading commands are now hidden 2021-01-02 19:39:25 +01:00
Bibin Muttappillil b8b8484466 Style: move commands up
Commands should be declared before loading further extensions
2020-12-27 22:47:10 +01:00
Bibin Muttappillil 91f96ce246 Initial: Add load commands and developer cog
The commands `load`, `unload`, `reload` were added in the main `bot.py` file. With these one can dynamically load extensions like discord cogs.
The cog `developer` has some test commands and listeners. It also has a command to shut down the bot (and therefore the python program).
2020-12-27 20:58:18 +01:00
Bibin Muttappillil 49a407a29d Initial: Add basic main discord.py bot file
This only connects to the discord application and does nothing yet.
Access the token through a hidden environment file.
Set the command prefix to '$b '.
2020-12-27 19:00:50 +01:00
Bibin Muttappillil 519f72d720 Initial commit 2020-12-27 00:40:16 +01:00