47dba48c76
Setpresence: Add a force subcommand to update presence immediately
CI / CI (push) Successful in 1m23s
2025-06-09 22:03:37 +02:00
8b2314ef1c
Use discord time format
CI / CI (push) Successful in 1m23s
2025-06-01 13:20:31 +02:00
e5f4295281
Add info on when presence updates
CI / CI (push) Successful in 1m23s
2025-06-01 13:10:43 +02:00
cf41d58b47
Only save the presence in the setPresence command
CI / CI (push) Successful in 1m24s
2025-06-01 12:36:41 +02:00
ddb7cb128f
Require outside the function
2025-06-01 12:35:24 +02:00
ac03b9d136
Add totalMember variable to presence
CI / CI (push) Successful in 1m24s
2025-05-18 14:17:23 +02:00
99d6fc2401
Add whitelist for users as well
CI / CI (push) Successful in 1m25s
2025-05-03 07:27:42 +02:00
a066fd0662
Improve whitelist feature
...
CI / CI (push) Successful in 1m24s
* Use a primary autoincrementing primary key because primary keys need
to be unique
* Cache whitelist on bot startup / only read from database once
* "Externalize" whitelist checking to the messageCreate function.
2025-04-30 16:18:34 +02:00
bb81ff2e16
Add whitelist and chat (LLM) feature
CI / CI (push) Successful in 1m24s
2025-04-30 11:40:10 +02:00
cc149768c1
Remove the rest of netmodule references
CI / CI (push) Successful in 16s
2024-11-01 19:59:27 +01:00
c33e6c2676
Remove misplaced bracket
njsscan sarif / njsscan code scanning (push) Failing after 1s
discord bot tests / discord bot tests (push) Successful in 10s
2024-10-24 17:15:30 +02:00
fb45f1fc5a
setpresence: Add all presence types to moreHelp
njsscan sarif / njsscan code scanning (push) Failing after 1s
discord bot tests / discord bot tests (push) Successful in 11s
2024-10-24 17:12:14 +02: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
376dfb11fc
Improve moreHelp on setpresence command
2024-10-11 06:16:42 +02:00
a06221d275
Add error message if send command fails
2023-08-09 09:20:36 +02:00
2e8ce2a142
Reset to origin/master instead of master
2022-06-12 14:52:57 +02:00
a34f08a1a2
Fix gitreset
2022-06-12 12:01:41 +02:00
be673a9fad
Fix formatting
2022-05-04 06:05:23 +02:00
5deecaa788
Add gitreset command for resetting to master
...
Useful for my testing bot
Usually I'd have to go log onto my server to reset, but now I can just
use this command like a lazy person instead :)
2022-04-29 14:55:04 +02:00
baf41301ae
Remove unnecessary if statement
2022-03-27 23:20:36 +02:00
d91b2c748c
Fix presence updating without restarting bot
...
Use a discord collection instead of reading from a config file
2021-08-30 23:20:25 +02:00
fd2ebd25f4
Set admin to true on send command
2021-08-06 19:07:58 +02:00
d9f29d8267
Add send command
2021-08-06 19:04:26 +02:00
be52c11691
Fix setpresence command
2021-07-24 18:10:44 +02:00
71df7372e8
Fix update crashing when message is too long
2021-07-18 12:10:18 +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