Commit graph

8 commits

Author SHA1 Message Date
5deecaa788
Add gitreset command for resetting to master
Useful for my testing bot
Usually I'd have to go log onto my server to reset, but now I can just
use this command like a lazy person instead :)
2022-04-29 14:55:04 +02:00
baf41301ae
Remove unnecessary if statement 2022-03-27 23:20:36 +02:00
d91b2c748c
Fix presence updating without restarting bot
Use a discord collection instead of reading from a config file
2021-08-30 23:20:25 +02:00
fd2ebd25f4
Set admin to true on send command 2021-08-06 19:07:58 +02:00
d9f29d8267
Add send command 2021-08-06 19:04:26 +02:00
be52c11691
Fix setpresence command 2021-07-24 18:10:44 +02:00
71df7372e8
Fix update crashing when message is too long 2021-07-18 12:10:18 +02:00
SileNce5k
e7cdd425d1
Split commands into subdirectories
* Move command files into directories

* Edit relative paths

* Update gitignore

* Finish support for commands in subdir

* Split up getCommandFiles into own function

* Add support for subdirs on help command
2021-07-18 11:24:46 +02:00