Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v4.3.1
game-master-bot
Browse files
May 10, 2021
Merge branch 'master' of gitlab.com:Chifilly/game-master-bot
· f53d9fe4
Chifilly
authored
May 10, 2021
View commits for tag v4.3.1
v4.3.1
f53d9fe4
fix: remove reminders array from config.yml
· 933ba8ff
Chifilly
authored
May 10, 2021
933ba8ff
patch: remove reminders array from config.yml
· 257754fd
Chifilly
authored
May 10, 2021
257754fd
feat: change reminder times to be a per-server setting instead of in the config file
· f7640e65
Chifilly
authored
May 10, 2021
View commits for tag v4.3.0
v4.3.0
f7640e65
Mar 15, 2021
chore: update todo
· e78b30d9
Chifilly
authored
Mar 15, 2021
View commits for tag v4.2.0
v4.2.0
e78b30d9
feat: add ability to name a new poll and rename an existing poll
· cd96990e
Chifilly
authored
Mar 15, 2021
cd96990e
refactor: change embed colours to use DiscordClass variables instead of hardcoded colours
· 202ce479
Chifilly
authored
Mar 15, 2021
202ce479
fix: move error checking to after date checking to make it more accurate
· 9d93590f
Chifilly
authored
Mar 15, 2021
9d93590f
fix: error handling for missing dates in new and add poll, or only 1 date in new poll
· ccd244e5
Chifilly
authored
Mar 15, 2021
ccd244e5
refactor: clean command imports
· 925cd63a
Chifilly
authored
Mar 15, 2021
925cd63a
feat: add rich presence to show help command
· 00769711
Chifilly
authored
Mar 15, 2021
00769711
refactor: move all command data into their own files to make managing commands easier and cleaner
· fc71422c
Chifilly
authored
Mar 15, 2021
fc71422c
Mar 13, 2021
chore: update todo
· 6043c8d0
Chifilly
authored
Mar 13, 2021
6043c8d0
Jan 15, 2021
chore: update todo
· 0da4fdcb
Chifilly
authored
Jan 15, 2021
View commits for tag v4.1.0
v4.1.0
0da4fdcb
fix: incorrect wording in messages sent when adding new dates to poll
· 07d2eeb7
Chifilly
authored
Jan 15, 2021
07d2eeb7
feat: ability to remove dates from an existing poll
· 7151203e
Chifilly
authored
Jan 15, 2021
7151203e
feat: ability to add new dates to an existing poll
· 8367e6d6
Chifilly
authored
Jan 15, 2021
8367e6d6
refactor: change how dates are extracted from args to be cleaner and less...
· 3ee92cd1
Chifilly
authored
Jan 15, 2021
3ee92cd1
Jan 14, 2021
chore: update todo
· 24c5a804
Chifilly
authored
Jan 14, 2021
24c5a804
feat: ability to change date of existing poll option
· 07a049d0
Chifilly
authored
Jan 14, 2021
07a049d0
refactor: move more reusable functions to CommandHandler and convert dates to moments on data load
· fe5ee8e9
Chifilly
authored
Jan 14, 2021
fe5ee8e9
refactor: separate active poll checking to a function in CommandHandler for easier access
· 173e523c
Chifilly
authored
Jan 14, 2021
173e523c
feat: closing the poll now outputs the winner message to the same channel the polls go to if set
· 6243f04a
Chifilly
authored
Jan 14, 2021
6243f04a
chore: update todo
· 997b700e
Chifilly
authored
Jan 14, 2021
997b700e
Jan 08, 2021
chore: update todo
· e4b5f8d0
Chifilly
authored
Jan 08, 2021
e4b5f8d0
chore: fix .gitignore ignoring of config.yml
· b2c08365
Chifilly
authored
Jan 08, 2021
b2c08365
chore: delete config.yml
· abbe9980
Chifilly
authored
Jan 08, 2021
abbe9980
fix: vulnerabilities identified via npm audit
· 3046d763
Chifilly
authored
Jan 08, 2021
View commits for tag v4.0.0
v4.0.0
3046d763
docs: update readme inline with previous commit
· c64f1a83
Chifilly
authored
Jan 08, 2021
c64f1a83
chore: move template config.yml into assets folder in src
· 56b8c5a9
Chifilly
authored
Jan 08, 2021
56b8c5a9
refactor: move some of the more verbose help text from brief to extra
· dfc974dc
Chifilly
authored
Jan 08, 2021
dfc974dc
refactor: rework command handler functions to be in their own files as instances of a class
· 14c62f6f
Chifilly
authored
Jan 08, 2021
14c62f6f
refactor: make variables that should be readonly readonly
· cb0cc7a2
Chifilly
authored
Jan 08, 2021
cb0cc7a2
fix: add missing new line in help text after argument type explanation
· ca0a1b55
Chifilly
authored
Jan 08, 2021
ca0a1b55
refactor: change command type names to be more understandable
· 6090224e
Chifilly
authored
Jan 08, 2021
6090224e
refactor: change command object to be infinitely-nested
· 7ddaf64e
Chifilly
authored
Jan 08, 2021
7ddaf64e
refactor: add markdown quotes around invalid dates in new poll error for better clarity
· 3422fa76
Chifilly
authored
Jan 08, 2021
3422fa76
fix: create poll handler using wrong string for replacement
· 996c8fc9
Chifilly
authored
Jan 08, 2021
996c8fc9
Jan 07, 2021
feat: all config errors now display instead of terminating on the first error
· 209bdf58
Chifilly
authored
Jan 07, 2021
View commits for tag v3.1.0
v3.1.0
209bdf58
feat: add config for reminder times to allow for custom times
· 1bb696da
Chifilly
authored
Jan 07, 2021
1bb696da
Loading