e92210e856
Save globalPrefix in the settings map
CI / CI (push) Successful in 1m23s
2025-06-09 21:50:27 +02:00
e5f4295281
Add info on when presence updates
CI / CI (push) Successful in 1m23s
2025-06-01 13:10:43 +02:00
e06c6640b7
Use setInterval on updatePresence instead of setTimeout
CI / CI (push) Successful in 1m24s
2025-06-01 11:18:24 +02:00
c74f323c1b
Log command executed before executing
...
CI / CI (push) Successful in 1m22s
Sometimes I use shift() on the args to handle them which causes the
logging to not log everything 100% accurately
2025-05-13 00:19:35 +02:00
b2c6c705c3
Add more types of whitelisting, plus support for subcommands
CI / CI (push) Successful in 1m24s
2025-05-04 04:02:03 +02:00
99d6fc2401
Add whitelist for users as well
CI / CI (push) Successful in 1m25s
2025-05-03 07:27:42 +02:00
30c7fd171f
Fix crash when command does not exist
...
CI / CI (push) Successful in 1m24s
This regression appeared when I removed custom command support
2025-05-02 16:50:20 +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
acbfcb25d3
Remove unused dependencies
CI / CI (push) Successful in 16s
2024-11-01 20:34:54 +01:00
30d94706e1
Remove time measurement of command
...
CI / CI (push) Successful in 16s
It never worked anyways
2024-11-01 20:18:13 +01:00
15b25c5732
Remove netmodule references in server/message
CI / CI (push) Successful in 16s
2024-11-01 20:02:44 +01:00
39ca3ee322
Fix mention not working as prefix
2024-03-24 21:00:00 +01:00
5b202ae9d3
Add better syntax for the fm command
2024-03-07 11:03:01 +01:00
b539f41d51
Move checks before other things
...
No need to do other things before this check.
2024-03-07 10:53:52 +01:00
8c02dc5517
Add fm set username command
...
Beginning of the command. Can't do anything other than setting and
updating your lastfm username.
2024-03-04 12:10:02 +01:00
482fc2a1e7
Add mentioning the bot as a valid prefix
2024-03-03 15:04:35 +01:00
d41b28ec91
Use an sqlite3 database for timer feature
...
There were some other small edits as well, mostly formatting or better
logging in certain functions
2023-06-01 12:01:03 +02:00
04f39582a4
Rewrite timer command to use JSON
...
* Rewrite parseTime to use seconds instead of ms
* Move parseTime to timer subdirectory
* Implement checkTimer and sendTimerReminder.
2022-06-09 18:44:30 +02:00
4e41a035ed
Move custom command files into own directory
2022-04-05 16:39:29 +02:00
af4c08b220
Add execution time to command logging
2021-08-03 16:25:17 +02:00
2dab176290
Split up onReady into own function
...
1
2021-07-10 13:02:41 +02:00
8b1a43e1bc
Add require line that I forgot to commit earlier
2021-07-04 13:13:54 +02:00
9bb9effaf7
Add custom variables to custom message feature
2021-07-04 12:51:26 +02:00
55393e755e
Fix setPresence not using prefix
2021-07-02 20:21:07 +02:00
49a3c50980
Add custom commands
2021-07-02 19:29:15 +02:00
70f444fc8b
Fix printing only 1 line when command exec fails
2021-06-30 17:18:48 +02:00
3bb88034cd
Add arguments to command exec log
2021-06-30 17:17:58 +02:00
35555e27ee
Add userid to logging executed commands
2021-06-30 16:06:07 +02:00
1978c5e811
Log command executed and who executed it.
2021-06-30 16:04:42 +02:00
f884b9bd14
Refactor if statement without else
...
Assign prefix to globalPrefix first, so there is no need for an else
statement.
2021-06-26 02:34:48 +02:00
35379aaf49
Declare variable
2021-06-22 06:48:41 +02:00
4c1a87118b
Add message.js
...
Forgot to commit this with 4630cefd47
like
a fucking idiot.
2021-06-19 12:55:19 +02:00