Commit graph

185 commits

Author SHA1 Message Date
ea65547701
setPresence: Replace <prefix> with global prefix 2021-07-02 12:31:18 +02:00
7d8c407a03
Update README: Add known issues 2021-07-02 10:29:55 +02:00
559e6d943f
Update: edit description 2021-07-02 10:18:06 +02:00
abbee096cc
Declare variable
Forgot to declare variable. I don't know why it works without declaring
shit, but javascript is weird. I'll declare  it anyways 'cause you never
know what could happen.
2021-07-02 09:22:04 +02:00
e189fd63be
Edit variable name to snakeCase 2021-07-02 08:59:59 +02:00
dbfa8f058b
Merge branch 'update': Add update command
Uses git pull to update to latest commit
2021-07-01 19:22:37 +02:00
73b0b5f4ed
Add update command
Uses git pull to update to latest commit
2021-07-01 19:20:01 +02:00
29d5d81edc
Remove leftover comments from example 2021-07-01 17:58:48 +02:00
17141991a6
Remove leftover comments from example 2021-07-01 17:48:42 +02:00
dbb3ba41d5
morePresence: Fix error with splice + more 2021-07-01 17:34:51 +02:00
SileNce5k
67468ff423
Update README.md
Add a warning
2021-07-01 12:23:50 +02:00
177d5ca6a4
Small edit 2021-06-30 19:31:34 +02:00
cfa1ceaf56
Add ping command 2021-06-30 18:19:18 +02:00
46fe7b8532
morePresence: Add support for vscode 2021-06-30 17:35:28 +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
1bb6cf6f60
Rename loadNetModueles for consistency 2021-06-30 16:54:36 +02:00
1c56c7889f
Fix morePresence: Apple Music showing wrong info 2021-06-30 16:49:34 +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
1080a21d5b
Add prompt-sync as dependency
It's not used yet, but I plan to use it in the future.
2021-06-30 16:00:30 +02:00
9a73597c76
Fix nickname not working in userinfo 2021-06-28 18:58:51 +02:00
86edaa8218
Add getNickname function 2021-06-28 18:57:54 +02:00
7a78de8939
morePresence: Add Custom Status condition 2021-06-28 18:33:53 +02:00
7353605ef9
Userinfo: Fix formatting in embed 2021-06-28 18:33:11 +02:00
c39fd1e088
Merge branch 'userinfo++'
* Add morePresence
* Add convertDateToISOString.js
* Update gitignore
2021-06-28 18:06:58 +02:00
e9a93c9279
Add morePresence, and make userinfo.js use it
To get more details about stuff. Only foobar2000, apple music and
spotify for now
2021-06-28 17:58:54 +02:00
a1986c12a2
Add convertDateToISOString.js
Also make getCreationDate.js and getJoinDate.js use this function
2021-06-28 17:56:16 +02:00
8a47c78b44
Update gitignore
Add whole data dir and netload dir
2021-06-28 17:09:17 +02:00
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