Commit graph

7 commits

Author SHA1 Message Date
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
ea9d4450c0
Add moreHelp to pfp command 2021-06-26 13:54:33 +02:00
db04c07c60
Convert spaces to tabs 2021-04-21 18:36:52 +02:00
cca78602c9
Remove console.log debugging 2021-03-10 23:36:03 +01:00
c51a4fa976
Pass objects on command.execute
Pass objects instead of using a switch statement.
Now I don't have to restart the bot whenever I add a new command
that needs specific arguments other than 'message'.
2021-03-09 18:50:27 +01:00
77f5d3193d
pfp command: upped size of returned pfp to 4096 because bigger is always better. 2021-03-09 17:31:23 +01:00
489d365eb8
Add pfp command
Doesn't work properly yet. Most likely because of parseMention, but I am too lazy to fix that shit right now.
2021-03-09 14:42:22 +01:00