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.1.0
game-master-bot
Browse files
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
chore: remove unnecessary @typescript-eslint/naming-convention disabling for classes
· 9a430d3b
Chifilly
authored
Jan 07, 2021
9a430d3b
chore: update todo
· 042fa663
Chifilly
authored
Jan 07, 2021
042fa663
Jan 05, 2021
chore: add separate .eslintrc for gitlab-ci to prevent linebreak style warnings
· 0ed4ed85
Chifilly
authored
Jan 05, 2021
View commits for tag v3.0.0
v3.0.0
0ed4ed85
chore: fix eslint errors that weren't necessarily errors
· 1e260b6f
Chifilly
authored
Jan 05, 2021
1e260b6f
fix: add correct label for unobtainable reminder channel ID console error
· 8e4770dc
Chifilly
authored
Jan 05, 2021
8e4770dc
fix: add correct label for misconfigured command console error
· a2fbf966
Chifilly
authored
Jan 05, 2021
a2fbf966
fix: correct checking for null or undefined poll in close poll and add checking in delete poll
· db474d6d
Chifilly
authored
Jan 05, 2021
db474d6d
refactor: rework command management as well as change command names
· 94ca3db6
Chifilly
authored
Jan 05, 2021
94ca3db6
chore: add vscode extension recommendations
· eba0592b
Chifilly
authored
Jan 05, 2021
eba0592b
chore: fix some eslint rules to use typescript-eslint variants
· fa689f80
Chifilly
authored
Jan 05, 2021
fa689f80
chore: remove @typescript-eslint/eslint-plugin-tslint and update
@typescript-eslint
in general
· 273204cb
Chifilly
authored
Jan 05, 2021
273204cb
refactor: change invalid command output in message handler
· c7701642
Chifilly
authored
Jan 05, 2021
c7701642
Jan 02, 2021
chore: change release file label to be more inline with the default source code label in GitLab
· 86e4d146
Chifilly
authored
Jan 02, 2021
86e4d146
Loading