aae1da7bd4
Send plaintext instead of the file
...
So people don't have to download the example file.
2021-06-22 17:27:57 +02:00
74ed4d9059
Fix setpresence command
2021-06-22 17:17:36 +02:00
4b9f8e3687
Fix trying to load from wrong location
2021-06-22 16:23:49 +02:00
6bfa3dec46
Add set presence for the bot
2021-06-22 06:54:59 +02:00
35379aaf49
Declare variable
2021-06-22 06:48:41 +02:00
e73dc69cb5
Update package.json
2021-06-21 21:44:26 +02:00
f6c4f19a74
Prettify json files
2021-06-19 15:19:26 +02:00
e20c67467e
Update package-lock.json
2021-06-19 13:00:10 +02:00
4c1a87118b
Add message.js
...
Forgot to commit this with 4630cefd47
like
a fucking idiot.
2021-06-19 12:55:19 +02:00
6371d43358
Create initial config automatically
...
Automatically create a config and refer users to the readme for further
instructions.
2021-06-19 12:48:02 +02:00
4630cefd47
Split up server.js and message handling
2021-06-19 12:47:18 +02:00
568cfcaf4c
Update README
...
More information about how to use the bot.
2021-06-19 12:45:51 +02:00
8d7019bd71
Edit example
2021-06-19 10:26:39 +02:00
86d97622a8
Indent code after if statement
2021-06-14 20:25:14 +02:00
30710ade0b
Refactor three if statements into one if statement
2021-05-24 16:47:51 +02:00
0bd6e4d076
Remove require fs line
2021-05-24 16:42:33 +02:00
f7c36eefbd
Move config/data files into own directory
2021-04-21 19:27:29 +02:00
db04c07c60
Convert spaces to tabs
2021-04-21 18:36:52 +02:00
4576eec78a
Remove comment in gitignore file
2021-04-20 21:05:38 +02:00
557394a1f9
Add gitignore
2021-04-20 18:20:35 +02:00
0677b93750
Add join date to userinfo
2021-04-20 18:17:58 +02:00
306fb7faab
Reload netload on reload command
2021-03-16 00:18:31 +01:00
dd55112b2c
Fix netload whitelist problems
...
At least I hope I did 😩
2021-03-16 00:07:49 +01:00
8acdd23aca
Update example with parameters you can use
2021-03-15 23:40:08 +01:00
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
88100600b9
Update github link in botinfo
2021-03-15 16:53:50 +01:00
912c6350d9
Change let to const
2021-03-13 16:03:36 +01:00
0d7f1a7b6b
Add punctuation in permission denied message
2021-03-13 04:34:28 +01:00
a2cc442477
Remove console.log debugging
2021-03-13 04:31:55 +01:00
5b98166a2b
Add check for permissions on prefix command
...
Now only people with the MANAGE_GUILD permission can edit the prefix of
that specific server.
2021-03-13 04:30:16 +01:00
3b75fe165d
Add random number command
2021-03-13 04:04:02 +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
Ozzy
ae1ce65602
Update README.md
...
Add link to discord.js library website
2021-03-13 01:37:23 +01:00
d29920f871
Pass prefix in help command
2021-03-12 23:19:44 +01:00
0c627c43d4
Small edit
2021-03-11 22:35:18 +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
5713c2c6af
Update package-lock.json
2021-03-11 00:48:15 +01:00
30d4d173e5
Fix presence issues in userinfo command
2021-03-11 00:47:03 +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
86b3e57b4a
Delete cache of required files in util/
...
Addresses #5 .
2021-03-10 23:48:41 +01:00
51a7178747
Remove unused import
2021-03-10 23:44:47 +01:00
cca78602c9
Remove console.log debugging
2021-03-10 23:36:03 +01:00
0bfeb8d3b6
Remove TODO
...
Not gonna implement reloading a specific module. I don't really see it
being worth it as it doesn't take a long time to just reload everything.
2021-03-10 21:10:55 +01:00
0a76c5c9ec
Edit README.md
2021-03-10 18:19:13 +01:00
9b74b943a7
Rename the project.
...
I didn't like the previous name, so I decided to rename it. Chose a
generic name now, but will probably change it later again when I have
something better.
2021-03-10 18:10:15 +01:00
c21c3f4bf5
Remove sample config file
...
Removing sample file because I don't want to accidentally commit my own
config file with tokens and other api keys, fucking everything up.
2021-03-09 23:58:48 +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
184ec5076e
Fix animated server-icons displaying as static images in serverinfo embed
2021-03-09 17:35:06 +01:00