Commit graph

16 commits

Author SHA1 Message Date
0328f06dff
Small syntax fixes to make code look cleaner
idk fucking okay
2022-04-24 02:24:17 +02:00
500c9ace42
Fix error when no command found 2022-03-27 22:30:04 +02:00
908526eda9
Final help fix... 2022-03-25 00:00:02 +01:00
56df5dcea3
Revert "Testing thing"
This reverts commit 921eb318bc.
2022-03-24 23:47:47 +01:00
cbb0cc03d8
Attempt #2 to fix help command 2022-03-24 23:46:08 +01:00
4cba23dbe2
Revert "If no moreHelp is available..."
This reverts commit bcff645ba7.
2022-03-24 23:33:30 +01:00
a055995b73
Revert "Fix help on specific commands"
This reverts commit 72a6d78003.
2022-03-24 23:32:43 +01:00
921eb318bc Testing thing 2022-01-18 13:39:06 +01:00
72a6d78003 Fix help on specific commands 2022-01-18 13:38:04 +01:00
e056af182e Fix double thing in embed 2022-01-18 10:20:48 +01:00
f4d08aa875 Sending the embed is probably smart 2022-01-18 10:18:53 +01:00
bcff645ba7 If no moreHelp is available, use the normal help
Basically just use the normal help string instead of just sending error
if there is no moreHelp on that command.
2022-01-18 10:16:12 +01:00
1ea4892167
Update to make it work on discord.js v13
* Use intents
* Use messageCreate instead of message
* Update sending embeds for v13
* Fix getNickname for v13
* Fix user presence
* guild.member to guild.members.cache.get
* Fix userinfo (+ some other minor changes)
2021-08-09 20:15:03 +02:00
047ba95311
Get files from top directory + rename file
* Generalise variable names

* Change require stuff to the new thing
2021-07-22 09:26:45 +02:00
c25e2bae71
Fix help command 2021-07-18 11:53:31 +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
Renamed from commands/help.js (Browse further)