SileNce5k
d636b39d7a
Add ability to upload modules to the bot via discord
...
* Remove unused dependencies
* Add basic downloading of modules
* Add valid-url as dependency
* Add loading/reloading of netmodules
* Add support for help on netmodules
* Add whitelist for netmodules
2021-03-15 23:29:49 +01:00
912c6350d9
Change let to const
2021-03-13 16:03:36 +01:00
Ozzy
4717de1712
Add per server prefix ( #7 )
...
* Add ability to load server prefix
* Add ability to set prefix for a server
* Create serverPrefixes.json file if not found
2021-03-13 03:57:53 +01:00
eefb3cd7f6
Add check for login message
...
Check if enableLoginMessage is set to true before attempting to send a
message.
2021-03-11 03:16:07 +01:00
0b5156721d
Add support for admin/owner only commands #3
2021-03-11 02:47:53 +01:00
ec456a9b32
Add online message
...
When the bot comes online, it will send a specified message to a
specified channel. Both specified in config.json
2021-03-11 00:14:49 +01:00
c51a4fa976
Pass objects on command.execute
...
Pass objects instead of using a switch statement.
Now I don't have to restart the bot whenever I add a new command
that needs specific arguments other than 'message'.
2021-03-09 18:50:27 +01:00
564500869e
Ignore DMs
2021-03-09 18:22:24 +01:00
489d365eb8
Add pfp command
...
Doesn't work properly yet. Most likely because of parseMention, but I am too lazy to fix that shit right now.
2021-03-09 14:42:22 +01:00
7a9deac608
Add uptime command
2021-03-09 01:59:35 +01:00
acd2e2a502
Add support for reloading modules(commands) without restarting the bot.
2021-03-08 20:34:31 +01:00
2e64fa7bd6
Add command
2021-03-01 19:36:52 +01:00
cfdee13040
console log error and divider on same line
2021-02-23 15:14:56 +01:00
df8e879475
add divider to more easily know what the latest error is
2021-02-19 22:33:36 +01:00
f0c5e23720
small changes in server.js
2021-02-19 22:15:22 +01:00
41088e06bd
small changes
2021-02-17 21:17:49 +01:00
d7cde39553
removed a line that I don't remember typing
2021-02-16 02:22:54 +01:00
586cd2f5f4
formatting
2021-02-16 02:06:17 +01:00
268ef88332
Changed if/else block to switch case instead for better readability
2021-02-16 02:04:45 +01:00
23f3a61fa1
sets activity
2021-02-14 20:58:14 +01:00
a6ce102e05
added emoji command
2021-02-14 20:07:21 +01:00
05b96f7eb6
removed unnecessary elseif
2021-02-14 20:02:04 +01:00
c0b52e6bba
add botinfo
2021-02-14 13:00:27 +01:00
dd1b4fd21a
final fix for say command hopefully
2021-02-14 12:09:35 +01:00
ae1f1eac43
added help and say commands
2021-02-14 11:54:07 +01:00