Commit graph

7 commits

Author SHA1 Message Date
dd3d21749e
Remove discriminator from custom commands 2023-06-29 17:09:08 +02:00
4e41a035ed
Move custom command files into own directory 2022-04-05 16:39:29 +02:00
e6bf4045ed
Add rename custom command feature 2022-04-04 17:13:31 +02:00
826d13eadd
Fix custom command
Convert to string before sending message
2022-01-14 21:33:50 +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
201893533b
Fix custom command
Issue was caused by wrong path.
2021-07-18 15:05:29 +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/custom.js (Browse further)