90fcdc4f58
Use SQL on owner custom command subcommand
CI / CI (push) Successful in 20s
Lint Codebase / eslint (push) Successful in 16s
2024-12-19 20:17:44 +01:00
345a03a3b0
Use sqlite database for creating new custom commands
CI / CI (push) Successful in 21s
Lint Codebase / eslint (push) Successful in 16s
2024-12-19 19:22:42 +01:00
7702f10587
Use set for listing all custom commands
CI / CI (push) Successful in 25s
Lint Codebase / eslint (push) Successful in 16s
2024-12-19 18:57:48 +01:00
a3e9e1f90c
Add count subcommand to custom command
...
CI / CI (push) Successful in 17s
Lint Codebase / eslint (push) Failing after 12s
Use scopes in each case in the switch statement
2024-11-05 06:07:51 +01:00
062e6d43dc
Update discord.js dependency to version 14 ( #116 )
...
* Update discord.js in package.json to v14.16.3 & update package-lock.json
* Update all embeds to work with v14
* Do not show discriminator if it is 0
2024-10-22 07:36:10 +02:00
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