Commit graph

171 commits

Author SHA1 Message Date
f4897f7f2e
Comment out unused code in Poll.cs 2019-03-03 20:39:31 -05:00
35a4f4a122
Limit MTG Page Size to 1 card 2019-03-02 01:21:42 -05:00
ff15e21b5a
Upgrade Gatherer Client and fix bug where card legalities could be an empty collection and throwing and exception as a result 2019-03-02 00:32:59 -05:00
4de8447c97
Fix roll command to write successful writes to the database instead of redis 2019-02-13 00:50:31 +01:00
8059f03304
Remove !say completly 2019-01-27 22:33:12 +01:00
26da438efe
Fix namehistory command 2018-11-29 18:14:41 +01:00
e8546f37f2
Disable the say command 2018-10-30 19:53:50 +09:00
458268bd41
Fix bug in stats where the requestor would always see his own message count 2018-10-08 22:15:07 +02:00
99245b9ead
Refactor !rank, add HighscoreManager and add /v1/highscore to the api 2018-09-05 22:55:45 +02:00
fce6be56e2
Add Message migration script 2018-09-05 21:15:13 +02:00
5a4e710ef9
NRE fixes in simpleMessageConverter, !urban and errorHandler 2018-09-02 21:58:16 +02:00
b0758eb119
Create multiple database contexts instead of one 2018-08-29 21:16:01 +02:00
00da991dae
Update !rank error message 2018-08-26 17:39:01 +02:00
707be4abe2
Trying to fix !rank again 2018-08-26 12:33:04 +02:00
cbe88a1721
Fix !rank 2018-08-26 00:31:59 +02:00
8a62f94e01
Revert !stats us pull message count from redis 2018-08-25 22:40:02 +02:00
18b3436d66
add more awaits and update !roll 2018-07-28 16:31:18 +02:00
95618b1f8b
Make errorhandler and languagehandler async, await all database actions 2018-06-13 22:18:57 +02:00
80c2bd8500
Lazyload server language setting in translationHandler 2018-05-26 02:55:18 +02:00
35f0a5c8f8
Abstract away redis even more with AlmostRedis.cs 2018-05-26 02:33:45 +02:00
f53258e348
Log errors with stacktrace in migration, skip 10k+ guilds, prevent migration from running twice by accident 2018-05-23 23:50:11 +02:00
9354e5f83e
Change User Model and Add poll model, port !poll but ended up disabling it 2018-05-19 10:49:01 +02:00
74793c8ef7
Dynamically get discord.net version in !info 2018-05-18 00:34:45 +02:00
4e4ef3584e
Upgrade to discord.net 2.0 2018-05-17 22:06:58 +02:00
acb2b25e09
Resharper cleanup and fixes and remove useless asp overhead 2018-05-15 01:18:26 +02:00
e0d6a97dca
make database saves async 2018-05-14 18:57:07 +02:00
4a11ce6207
Add Guild Settings to redis migration 2018-05-13 21:33:48 +02:00
08015c6102
Port !stats, !role, !wiki and !slap, fix messages in rank, add roleselfservicemodel to db 2018-05-13 21:06:41 +02:00
bb8aee1eda
Port !owner, !admin, !mod, handlers (partial) and add globals to the db 2018-05-13 17:49:13 +02:00
37ac7f56a8
Remove command categories 2018-05-13 15:55:57 +02:00
32ae82ca8d
Add simple migration script 2018-05-11 00:36:29 +02:00
b54b7cd786
port !rank 2018-05-10 17:56:43 +02:00
5117e7609f
Port !karma 2018-05-10 02:33:10 +02:00
15034d63a3
Port UserRepository and remove OW stuff 2018-05-10 02:00:26 +02:00
d2f31d0730
Use Postgresql, add db run params, npgsql logging adapter and empty models 2018-05-10 00:00:51 +02:00
177942f7fe
Save quotes to the database after adding them 2018-05-09 02:12:58 +02:00
510b030fec
Begining of implementing the entity framework 2018-05-09 01:21:39 +02:00
4d39850373
A dice can now have 144 sides instead of 120 2018-05-06 23:09:48 +02:00
59ee6b289a
Include git sha in binary 2018-05-06 03:24:09 +02:00
7238e7177d
Bug fixes in !quote 2018-05-06 02:43:23 +02:00
2b85caeb29
Use LogSource Enum for logger and improve logging messages 2018-05-06 01:47:13 +02:00
0fe273151c
Use Owner Attribute instead of manual inline checking 2018-05-06 00:59:06 +02:00
49392703f2
Bump version to 3.7 2018-05-04 23:34:47 +02:00
0b7303d576
fix !google 2018-05-04 00:59:49 +02:00
290b85fdb6
Fix !changelog, fix bug in logger and typo in !mod namehistory 2018-05-04 00:55:32 +02:00
8599c815d7
Add audio stuff back 2018-05-04 00:54:01 +02:00
0828130ae8
Fixes 2018-05-03 21:20:49 +02:00
e3adf55742
Refaction all files into component based folders 2018-05-03 00:56:06 +02:00
f3156176dd
More explicit logging configuration 2018-05-01 16:50:48 +02:00
276e9bfe8e
add null checking in !urban 2018-05-01 00:19:03 +02:00
cdb104cacc
Resharper suggestions 2018-04-30 23:44:19 +02:00
b81284bfe7
Add !chuck and !dad 2018-04-28 19:27:41 +02:00
b97fca787c
Ability to change wikipedia instance and make !wiki nicer 2018-04-28 17:38:45 +02:00
f5fd9ba017
Bug fixes in !wiki and errorHandler 2018-04-28 02:46:30 +02:00
4548c6083a
Dependency updates and mtg color fixes 2018-04-28 01:28:48 +02:00
846c928f5f
Add wikipedia api client, add wikipedia command, show errors in chat when debugging 2018-04-28 01:01:48 +02:00
f4ced55d15
Disable voice features 2018-04-04 01:41:37 +02:00
8974d6df7e
Add in some foxes aswell 2018-03-28 22:14:07 +02:00
3f02f90d70
Enable cat command again 2018-03-28 21:45:29 +02:00
f127e0c02b
Disable !cat 2018-03-28 21:29:42 +02:00
6bc6fb69af
Now with 100% more pinguins 2018-03-28 21:28:16 +02:00
75cbcfff76
Add a check to help 2018-03-02 23:35:14 +01:00
440f3a97c2
Revive ping pong 2018-03-02 23:05:14 +01:00
4c1cdc3612
Merge Rolebot into Geekbot 2018-02-19 22:31:40 +01:00
3e859e8533
Add real mana icons to mtg command 2018-02-19 21:35:45 +01:00
0498998630
Add more things to slap 2018-02-16 08:36:26 +01:00
1c88dea796
Don't error in rank when no entries are found or bot is not included 2018-02-15 00:07:11 +01:00
acc8947782
Make random more random than the google bot 2018-02-14 23:01:28 +01:00
6fd36e0bb2
Show mana costs as emojis in mtg 2018-02-13 22:29:37 +01:00
91d178049b
Error when removing non-existing role from whitelist 2018-02-03 15:14:11 +01:00
a65f9d2963
Show removed quote as conformation 2018-01-21 17:17:55 +01:00
815b7d6163
Add posibility to remove quotes 2018-01-21 16:01:43 +01:00
07ca1e1548
Replace all ocurences of the Serilog with GeekbotLogger 2018-01-20 01:38:49 +01:00
efadbe9a21
Add slap counter 2018-01-19 23:46:11 +01:00
aa971d04f5
adding more stuff to !slap 2018-01-18 23:40:38 +01:00
2db4db2451
Add !slap 2018-01-18 22:51:29 +01:00
0adb4b99f2 Remove !trump command 2018-01-18 14:40:06 +00:00
828980c650
Don't show geekbot in rank lists 2018-01-15 20:01:13 +01:00
ceff1cc3b9
Finish experimental version of voice utils 2018-01-11 01:16:30 +01:00
1ee627a915
Groundwork for playing youtube videos to voice 2018-01-11 00:16:04 +01:00
a52982cbcd
Add trump quotes (!trump) 2018-01-08 00:55:01 +01:00
a1de3538cd
Add !gdq command 2018-01-07 23:26:20 +01:00
19e763c2e2
Create actual google command that leaverages the google knowledge graph 2017-12-29 03:26:05 +01:00
813698394a
Code Cleanup, thanks resharper 2017-12-29 02:39:34 +01:00
00035ac4b1
Prevent people from guessing the same thing twice with !roll 2017-12-29 01:19:20 +01:00
08b36c1850
Add Rolls to !rank 2017-12-29 01:03:38 +01:00
cb9c7c97dc
!rank bugfix 2017-12-28 22:58:29 +01:00
d8b34f867b
Extend !rank command with karma and list length (it got super hacky) 2017-12-28 22:38:49 +01:00
038a15aa24
Add Magic the Gathering Command 2017-12-24 14:54:35 +01:00
98fedb4517
Limit dices to 120 sides and 60 total 2017-12-24 13:11:16 +01:00
53debf9c9d
Add httpErrorHandler 2017-11-27 22:09:02 +01:00
c4f10f3f7b
Only report command errors to sentry and other minor tweaks 2017-11-27 21:57:26 +01:00
fb169738fe
Yet another bugfix in !urban 2017-11-16 17:33:07 +01:00
14fcf74aea
Translate common commands and fix bug in !urban 2017-11-16 17:19:43 +01:00
f0ba7bb9fc
Make Translations easier to get 2017-11-16 00:51:36 +01:00
7584b09d35
Groudwork for multilanguage 2017-11-15 01:08:20 +01:00
b45370cf9e
!changelog command, slightly improved info command, foundation for voice features 2017-11-11 19:31:31 +01:00
12919acf95
Bugfix in !urban and karma bugfix in !stats 2017-11-11 17:33:50 +01:00
2ef08ae924
Take most relevant urban dict definition 2017-11-11 17:04:03 +01:00
98a0a302df
Cat and dog in embeds, avatar getter gets 1024px instead of 128, urban shows tags 2017-11-11 16:44:47 +01:00