Commit graph

9 commits

Author SHA1 Message Date
1303b19350
Fix embeds: expected object, got string 2023-12-07 14:19:21 +01:00
6c1c078e34
Formatting 2023-12-07 13:18:42 +01:00
547d3c1504
Fix embeds for userinfo command 2023-12-07 13:13:14 +01:00
90fafebf74
Fix discriminator showing if zero 2023-06-29 17:06:42 +02:00
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
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/userinfo.js (Browse further)