Commit graph

320 commits

Author SHA1 Message Date
be673a9fad
Fix formatting 2022-05-04 06:05:23 +02:00
1eeb0976f9
Send guild pfp if it exists 2022-05-03 08:11:24 +02:00
d26106344f
Update discord.js to 13.6.0 2022-05-03 08:04:06 +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
52e832101f
Edit variable names to make more sense 2022-04-29 14:17:27 +02:00
3bda5ef4e3
Fix setting prefix not working
Guess I forgot to port this shit over to discord.js v13.
2022-04-29 06:06:00 +02:00
8093998cda
Change uptime to show hours if it exceeds an hour 2022-04-28 05:00:34 +02:00
118e27ea5c
Revert "Update README.md"
This reverts commit 8f785135d3.
2022-04-27 11:52:22 +02:00
52a15e2c19
Add uptime as a presence text choice for the bot
idk what the fuck I'm doing anymore so I'm just adding random useless
shit that no one neeeds. I'm the only fucker using this shitty bot and
I'm probably not even gonna be using this shitty feature myself...
2022-04-27 11:46:40 +02:00
3377ecd9a7
Install mysql, and do npm audit fix shit 2022-04-27 09:34:10 +02:00
0328f06dff
Small syntax fixes to make code look cleaner
idk fucking okay
2022-04-24 02:24:17 +02:00
8f785135d3
Update README.md 2022-04-22 21:21:33 +02:00
2d8ca95ecb
Fix message empty crashing bot 2022-04-12 21:47:46 +02:00
e359603352
Now you can have as many "or"s as you want 2022-04-12 21:40:19 +02:00
0181007ad5
If args contain "or" return either side randomly 2022-04-12 21:07:37 +02:00
4adc97d6ae
Change forEach loop to filter 2022-04-10 22:22:39 +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
baf41301ae
Remove unnecessary if statement 2022-03-27 23:20:36 +02:00
500c9ace42
Fix error when no command found 2022-03-27 22:30:04 +02:00
97830d8444
Rename banner command to serverbanner 2022-03-26 21:08:14 +01:00
4a8d7be6c6
Merge branch 'devbot' 2022-03-25 00:07:10 +01:00
908526eda9
Final help fix... 2022-03-25 00:00:02 +01:00
56df5dcea3
Revert "Testing thing"
This reverts commit 921eb318bc.
2022-03-24 23:47:47 +01:00
cbb0cc03d8
Attempt #2 to fix help command 2022-03-24 23:46:08 +01:00
4cba23dbe2
Revert "If no moreHelp is available..."
This reverts commit bcff645ba7.
2022-03-24 23:33:30 +01:00
a055995b73
Revert "Fix help on specific commands"
This reverts commit 72a6d78003.
2022-03-24 23:32:43 +01:00
195f422032
Fix invite command 2022-02-24 01:29:17 +01:00
bc3b182236
Only execute bannerURL function once 2022-01-22 11:18:17 +01:00
9f5b2675c2
Fix banner command 2022-01-22 10:36:18 +01:00
8ea6e0234a
Add banner command 2022-01-22 09:27:38 +01:00
921eb318bc Testing thing 2022-01-18 13:39:06 +01:00
72a6d78003 Fix help on specific commands 2022-01-18 13:38:04 +01:00
e056af182e Fix double thing in embed 2022-01-18 10:20:48 +01:00
f4d08aa875 Sending the embed is probably smart 2022-01-18 10:18:53 +01:00
bcff645ba7 If no moreHelp is available, use the normal help
Basically just use the normal help string instead of just sending error
if there is no moreHelp on that command.
2022-01-18 10:16:12 +01:00
12af74901f Add bot invite command 2022-01-18 09:33:58 +01:00
826d13eadd
Fix custom command
Convert to string before sending message
2022-01-14 21:33:50 +01:00
8b3387d109
Fix netload whitelist issue 2022-01-14 21:33:37 +01:00
837b6ea13e
Fix updatePresence thing 2022-01-14 19:17:28 +01:00
c4d6370ea1
Fix ask command description 2022-01-14 18:35:02 +01:00
008eccece3
Fix servericon command 2021-09-25 14:42:35 +02:00
3dadfd5340
Change format of presence thing 2021-08-31 18:25:40 +02:00
607ae7d853
Use a for loop instead of being an idiot 2021-08-31 18:20:25 +02:00
b8b272c099 Fix typo in loadserverprefixes console.log 2021-08-31 07:55:53 +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
32862a825f
Prefix: Remove parsemention require line 2021-08-12 20:44:48 +02:00
154f3dab8c
userinfo: Fix embed lining up 2021-08-12 18:36:37 +02:00
5923d9ba56
morePresence: Add check if details is null 2021-08-12 18:35:29 +02:00
f4538784af
Update README.md
Parsemention seems to work every time, so there is no point in having it
as a known issue anymore.
2021-08-10 17:53:18 +02:00