Commit graph

561 commits

Author SHA1 Message Date
fc5ff87c8f
Only the ManageMessages is now required to delete a quote 2020-04-19 13:52:44 +02:00
569715f124
fix prometheus metric server startup 2020-04-18 00:05:09 +02:00
ee548390a5
Add Prometheus with 1 metric 2020-04-17 23:48:50 +02:00
2a616f8c5d
Revert "Re-use the database connection everywhere"
This reverts commit 77b3d612f2.
2020-04-06 15:51:28 +02:00
77b3d612f2
Re-use the database connection everywhere 2020-04-06 15:35:28 +02:00
f12bdcf4cd
Translate the ship command 2020-04-04 23:05:18 +02:00
3bd7274d68
Remove some unnecessary text from the dice command 2020-04-04 21:21:15 +02:00
3568b61f38
Use the new Csharp 8 features (pattern matching and using assignments) and cleanup some insignificant resparper complaints 2020-02-08 15:58:17 +01:00
21f813d342
Remove redundant code 2020-02-08 15:42:42 +01:00
dd9cf3c5d7
Upgrade to dotnet core 3.1 2020-02-08 15:32:58 +01:00
cd04549834
Fix deployment to accomodate dotnet core 3 changes 2019-10-26 22:20:22 +02:00
20c75019f9
Upgrade to dotnet core 3 and update dependencies 2019-10-26 21:57:50 +02:00
8dd914e012
Properly log errors when adding a role emoji 2019-10-11 01:08:59 +02:00
b7b4a600cd
Fix message when a role has been added to the whitelist 2019-10-11 00:55:55 +02:00
19df65fc76
Fix out of bounds error in the urban dict. command 2019-09-19 21:27:34 +02:00
309f06370b
Cut urban dictionary word definitions at the 1800 character mark 2019-09-19 13:42:48 +02:00
f1387f824e
Remove the google command 2019-09-19 13:40:02 +02:00
143722eccf
Stop using redis for counting messages 2019-08-05 09:18:16 +02:00
1bfd7c7a12
Ignore the discord bots server aswell 2019-08-05 09:14:58 +02:00
fe4a78b743
Allow failure on sentry during deployment 2019-07-30 00:47:32 +02:00
7a250f6642
Ignore commands on certain serves 2019-07-30 00:42:08 +02:00
ac43d087b1
Add the !cookie alias and allow yaml alliases in the translations file 2019-07-21 13:04:41 +02:00
8fadff4092
Cookies timeout is now at midnight instead of every 24h 2019-06-04 23:00:16 +02:00
288c976674 rename bdcc to bdcb 2019-05-28 20:32:15 +02:00
ced287e492
Allow a server admin to specify a channel for the welcome message 2019-05-21 20:50:50 +02:00
8822e65e6a
Upgrade Discord.net to V2.1 2019-05-21 19:42:04 +02:00
57698c8ce6
Fix mtg issue and update json.net 2019-05-16 22:40:11 +02:00
8f861ee0bc
overload owner refreshuser with a user-id as parameter 2019-05-16 22:17:33 +02:00
e4fd828a13
Make the command documentation slightly more consistent across most all commands 2019-05-16 22:10:56 +02:00
03343918b0
Add a refresh user command to the owner commands 2019-05-16 22:01:35 +02:00
0e1084ccad
Remove Database migration scripts 2019-05-16 22:00:28 +02:00
cf5cb2ea86
Reformat bdcc 2019-05-16 21:54:13 +02:00
761ed7302c
Wrap bdcc in a try catch block 2019-05-15 22:18:02 +02:00
5f3d7f8a73
Add bdcc (Benedict Cumberbatch Name Generator) 2019-05-15 21:41:29 +02:00
f5cd0ffcc8
add unit test for making sure all translations keys exist 2019-05-12 22:05:35 +02:00
aef50aa2de
Revert "Use SortedDictionary for Highscores instead of a simple Dictionary"
This reverts commit 4833ccd6
2019-05-12 17:57:03 +02:00
4833ccd65a
Use SortedDictionary for Highscores instead of a simple Dictionary 2019-05-12 17:29:52 +02:00
3e3cbc257e
Fix bug where Enum.Parse would always pass if a number was given as argument in rank 2019-05-12 17:29:07 +02:00
5109cc03a4
Translate rank command 2019-05-12 16:38:43 +02:00
92c2d173eb
make HighscoreManager transient to solve a bug where the information reported would be wrong 2019-05-12 16:15:42 +02:00
5efb146d18
Fix Unit tests 2019-05-12 15:57:58 +02:00
53f894676c
Revert back to using strings in stead of arrays in the translations 2019-05-12 15:49:00 +02:00
e0e76d7c27
Use YAML for translations 2019-05-12 15:40:28 +02:00
e5742165d1
Parially translate quote 2019-05-12 15:29:22 +02:00
03d1607d64
Remove Poll command 2019-05-12 13:49:01 +02:00
c6271cbaa0
Remove AudioUtils 2019-05-12 13:48:37 +02:00
68a62ab4ec
Add translations for the role command 2019-05-12 13:47:15 +02:00
4b67bb51d1
Reflect cookies command change in translations 2019-05-12 12:31:31 +02:00
a86a33635c
Rename cookie command to cookies 2019-05-12 12:25:42 +02:00
7d7d393a3d
Add tests for FormatDateTimeAsRemaining 2019-05-12 01:59:55 +02:00