Commit graph

17 commits

Author SHA1 Message Date
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