Commit graph

9 commits

Author SHA1 Message Date
154f3dab8c
userinfo: Fix embed lining up 2021-08-12 18:36:37 +02:00
ecbdc9ad24
Fix userinfo command
Forgot to test it for v13
I'm fucking idot
2021-08-09 20:53:07 +02: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
cb6b632b71
Fix nickname not showing in userinfo 2021-07-26 18:21:12 +02:00
059785955f
Fix servericon command 2021-07-22 11:23:21 +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
32dbcd062e
Add servericon command 2021-07-22 02:32:34 +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