ca4ffab803
Clear screen when bot is ready
2021-06-28 16:04:40 +02:00
b8e1c47b32
Align Join and Creation dates in userinfo
2021-06-28 13:51:34 +02:00
cdc96ee087
Align Joined and Creation dates in userinfo
2021-06-28 13:45:31 +02:00
a1dc9d1bc7
Fix getCreationDate
...
Forgot I had to do user.user.createdAt instead of just user.createdAt.
2021-06-28 13:35:06 +02:00
8b92667315
Add leading zeros and add one to month
...
Forgot about the fucking padding and month not being correct because
fuck javascript. Hopefully I didn't forget about anything else.
2021-06-27 20:14:46 +02:00
49e6eaed11
Rewrite createdate and joindate gets
...
Update botinfo to work with new getCreationDate
Update userinfo to work with new getCreationDate
Update userinfo to work with new getJoinDate
2021-06-27 19:59:02 +02:00
0d5502bc92
Set presence on bot startup
2021-06-27 13:50:19 +02:00
edbf942051
Save presence to config file
2021-06-27 13:45:06 +02:00
5ecd11ffb7
Remove space from commands variable
2021-06-27 03:03:04 +02:00
9f62d82033
Remove whitespace
2021-06-27 03:00:33 +02:00
2b3e6cd598
Don't hardcode client avatar
2021-06-27 02:44:30 +02:00
8d130b1519
Fix error when data dir exists but config doesn't
2021-06-27 02:20:46 +02:00
b184d9b6bb
Add moreHelp to setpresence command
2021-06-27 02:13:32 +02:00
9ee969863a
Edit moreHelp for help command
2021-06-26 13:55:13 +02:00
ea9d4450c0
Add moreHelp to pfp command
2021-06-26 13:54:33 +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
a2b8660735
Help for netmodules with netmodules not netload
...
Before you had to type <prefix>help netload to get information about
netmodules, but now it is netmodules to not conflict with a command with
the same name.
2021-06-25 19:44:34 +02:00
1cddfbbde4
Set title of embed to command.name if morehelp
2021-06-25 19:44:34 +02:00
5ed26c9d7f
Update moreHelp for help command
2021-06-25 19:44:34 +02:00
de5a7e7453
Refactor help to make it look a tiny bit cleaner
2021-06-25 19:44:34 +02:00
99945f8db8
Add moreHelp to netload command
2021-06-25 19:44:33 +02:00
d674013510
Don't hardcode client username and avatar
2021-06-25 19:44:33 +02:00
ed912311e0
Add moreHelp on emoji command
2021-06-25 19:44:33 +02:00
106afe52ed
Fix crash on help command if no commands match
...
If there were no specific commands that matched the argument, the bot
would crash. This commit fixes that issue.
2021-06-25 19:44:32 +02:00
7891e079c1
Add moreHelp description to help command
2021-06-25 19:44:32 +02:00
977d03e2e2
Expand help command with morehelp feature
...
Now you can specify what command you want help on.
Respond if no specific command or help
Add moreHelp for the userinfo command
Use regex to replace <prefix> with actual prefix
2021-06-25 19:43:59 +02:00
f840bfd9db
Remove console.log() debugging
2021-06-22 21:03:37 +02:00
49517e6b97
Add license
2021-06-22 18:23:57 +02:00
d6580ff815
Update discord.js
2021-06-22 18:21:01 +02:00
f9d5b70dbe
Remove useless console.log() line
2021-06-22 17:55:05 +02:00
0675aa271d
Update README
2021-06-22 17:53:11 +02:00
f78082def5
Update README
2021-06-22 17:51:41 +02:00
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