Commit Graph

14 Commits

Author SHA1 Message Date
13xforever
d957936ede update code with new language and api features 2023-04-21 02:05:59 +05:00
13xforever
92751ba6e9 use file-scoped namespaces to reduce nesting
some formatting might be fucked
2022-06-30 00:59:46 +05:00
13xforever
6ad501590f fix resharper warnings 2020-11-14 15:58:16 +05:00
13xforever
acb23d255a remove hardcoded bot admin id, use application owners data instead 2020-11-02 18:24:03 +05:00
13xforever
39c9f166ed you can mark command for deletion now with the new . command prefix 2019-02-25 02:05:29 +05:00
13xforever
56af1fc498 replace explicit table formatting with the new proper table formatter 2019-02-06 20:37:17 +05:00
13xforever
2daf705635 list defined terms on empty !explain instead of telling the user to do as much
also fix inconsistent command prompts
2019-01-25 01:57:44 +05:00
13xforever
8cac8892e9 upgrade !rate command
Fixes #99
2019-01-25 01:33:47 +05:00
13xforever
9e3c7575e2 remove even more typing reactions 2019-01-08 19:44:01 +05:00
13xforever
998c27c966 scrape only full game lists in PSN stores, also cache title names
new isssue detections for log parser
consistent reaction with emoji only / text when can't
ability to disable commands at runtime (fixes #56)
command to check for game updates
various other bugfixes
2018-08-05 20:54:36 +02:00
13xforever
833fa16ca9 moved some stuff around to better reflect the code organization, hopefully 2018-07-20 09:22:28 +02:00
13xforever
9e428e11ca some minor text changes 2018-07-20 09:22:28 +02:00
13xforever
0b09056c5e command to fix warning timestamps for older records 2018-07-20 09:22:28 +02:00
13xforever
7fd7d09973 RPCS3 Compatibility Bot reimplemented in C# for .NET Core
RPCS3 Compatibility Bot reimplemented in C# for .NET Core

Current status of this PR:
* tested and targeted for .NET Core 2.1
* all functionality is either on par or improved compared to the python version
* compatibility with current bot.db should be preserved in all upgrade scenarios
* some bot management commands were changed (now under !sudo bot)
* standard help generator for the new discord client is ... different;
  compatibility with old format could be restored through custom formatter if needed
* everything has been split in more loosely tied components for easier extensibility and maintenance
* log parsing has been rewritten and should work ~2x as fast
2018-07-20 09:22:28 +02:00