Commit graph

214 commits

Author SHA1 Message Date
a2467ce453
Actually fix this shit 2021-07-07 18:21:10 +02:00
0c1357903b
Fix update to show whole commit msg 2021-07-07 18:00:52 +02:00
3e718e60ec
Edit message after update with last commit 2021-07-07 17:38:05 +02:00
85baa09942
Update README.md
Change `node server.js` to `npm start` because it's shorter and fasster
to type
2021-07-07 15:54:54 +02:00
ae85020836
Fix penis size command
Change seeded-rand to seededrandom. For some reason I couldn't get the
former to work.
2021-07-06 16:25:39 +02:00
597dac3dff
Actually edit message now
somehow forgot to add it earlier 😩 FUCK
2021-07-06 15:29:19 +02:00
c26dd3a65c
Update:Fast forward only
Don't want to accidentally create merge commits and fuck up everything
2021-07-06 15:27:16 +02:00
8b6526360f
Add require parsemention line, and edit message 2021-07-06 15:26:41 +02:00
b560090cc0
Add penis size command to bot
Add seeded-rand as dependency
2021-07-06 15:17:57 +02:00
63f28e4575
Add show feature to custom command
Show feature will show the custom message unformatted
2021-07-05 16:54:07 +02:00
c1bc55d456
Add editing feature to custom command
Also edit the default if argument isn't recognised.
2021-07-05 16:45:15 +02:00
274215f665
Remove unused variable 2021-07-05 16:02:35 +02:00
edba188072
Show correct amount of servers on botinfo command 2021-07-04 20:41:55 +02:00
f8079bdb14
Pad time when only 1 digit 2021-07-04 20:37:10 +02:00
453bf35803
Make code a tiny bit cleaner 2021-07-04 13:17:45 +02:00
8b1a43e1bc
Add require line that I forgot to commit earlier 2021-07-04 13:13:54 +02:00
8849682163
Fix some issues with custom command 2021-07-04 12:53:01 +02:00
9bb9effaf7
Add custom variables to custom message feature 2021-07-04 12:51:26 +02:00
67f674c92b
Move checking if customCommands exists to main cmd 2021-07-03 19:38:34 +02:00
8211d67326
Include owner in custom owner command message 2021-07-03 19:33:47 +02:00
ce885d7318
Fix role is not defined
Had the if statement in the wrong place.
2021-07-03 16:23:22 +02:00
fa53ccd876
Ignore @everyone in userinfo command 2021-07-03 16:21:13 +02:00
18cf233b48
add roles 2021-07-02 21:00:07 +02:00
ff11e9aeab
Some formatting on userinfo 2021-07-02 20:44:16 +02:00
421ac5ddba
Add userinfo status 2021-07-02 20:40:38 +02:00
1e91d4ddef
Fix presence not setting correctly when <prefix> 2021-07-02 20:30:01 +02:00
f4467637b0
Remove a console.log line 2021-07-02 20:21:52 +02:00
55393e755e
Fix setPresence not using prefix 2021-07-02 20:21:07 +02:00
49a3c50980
Add custom commands 2021-07-02 19:29:15 +02:00
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