74c2f643f9
Add simple Dao to persistently store key, value pairs
2019-07-23 19:22:07 +02:00
7efeb9bace
Add logging for welcome messages
2019-07-23 11:26:48 +02:00
39ceaffa6c
Pull event handling into interface
2019-07-17 23:47:12 +02:00
b9f1c6e540
Make message processing an extension function
2019-07-17 23:22:18 +02:00
d425687fb5
Cleanup in main classes
2019-07-17 23:17:31 +02:00
e6f73bb178
Minor cleanup in SetConfigFeature
2019-07-17 22:56:31 +02:00
31c5cd7135
Linefeeds in DebugFeature
2019-07-17 22:52:47 +02:00
d6320bb5de
Simplify config file loading
2019-07-17 22:51:36 +02:00
c400ab7369
Reduce complexity of redirect text handling
2019-07-17 22:47:47 +02:00
691bc408c0
Refactor embed handling
2019-07-17 22:40:44 +02:00
8be98f161f
Make sending embeds nicer
2019-07-17 22:06:20 +02:00
c8123cca4e
Make all log methods static
2019-07-17 21:16:17 +02:00
f82ed7be56
Actually persist config after reloading it
2019-07-14 21:07:19 +02:00
d0b3bb608b
Reload config at runtime via command + attachment
...
This implements #10 , but I want to write tests before closing that.
2019-07-14 20:40:23 +02:00
b0d3475469
Add getConfig feature to retrieve the current config file
...
This implements #11 and is preparation for config reloading at runtime
2019-07-14 17:14:23 +02:00
911707a680
Embeds now consistently show the current time
...
Fixes #13 . Thanks to CommanderLook for pointing this out.
2019-07-14 16:36:11 +02:00
f56df24c4f
Split Globals into Globals and Config
2019-07-13 15:39:50 +02:00
c59c0fdcd6
Rewrite Config to be a ConfigParser object
2019-07-13 15:32:23 +02:00
23afb34a97
ktlint (again)
2019-07-13 14:52:05 +02:00
dc14e3ee1e
Use lists for embed content configuration ( fixes #12 )
2019-07-12 14:08:22 +02:00
65a4ac5bed
Parse readable message content for commands
2019-07-11 23:51:03 +02:00
e3ab2d512f
Fix redirection to DM channels
2019-07-11 23:30:39 +02:00
de0145a6c6
Better error handling for invalid server
2019-07-11 23:17:21 +02:00
cb753b47ed
Added configurable role assignments ( closes #3 )
2019-07-11 22:17:20 +02:00
344148cd03
Add features as configurable command output
2019-07-11 21:24:47 +02:00
79f84ff4dd
Split raw config components into multiple files
2019-07-11 20:27:12 +02:00
931a8cdf19
Added !help feature
2019-07-11 20:14:22 +02:00
32eca9e7aa
Add interfaces for easier feature handling
2019-07-07 14:32:40 +02:00
4150187bbe
Pull commands out of config object
2019-07-07 14:19:13 +02:00
ac75239197
Add optional !welcome command for welcome feature ( closes #7 )
2019-07-07 11:08:49 +02:00
b08deb6e8d
Add configurable embeds as command outputs
2019-07-07 10:54:20 +02:00
1a8c9fdb6f
move field declaration in debug features up
2019-06-15 22:21:53 +02:00
3890b2bba9
Log command executions
2019-06-15 14:35:17 +02:00
d662784d86
Allow bot owner to print debug stats
2019-06-15 14:15:34 +02:00
f0db8b5c26
Put features into separate files
2019-06-15 12:59:02 +02:00
d6d45f8df6
move main function to kagebot class
2019-06-15 12:55:47 +02:00
cefadba58f
Refactor redundant nonnull assertion
2019-06-15 12:48:23 +02:00
ab1d4729f4
Send uncaught errors to bot owner via DM
2019-06-15 12:27:20 +02:00
c8847824ee
ktlint
2019-06-15 11:49:32 +02:00
f03f9bdb9f
Make permission denied message optional
2019-06-15 11:47:11 +02:00
120079ba3d
fixed all unit tests
...
also added a new one I noticed was missing
2019-06-14 23:16:31 +02:00
3d80540c03
Allow partial config reloads
2019-06-14 21:23:17 +02:00
62bdb582de
Properly await future before checking their return code
2019-06-13 00:19:02 +02:00
7ebafc9958
Completely rewrote config
...
Added a rawconfig as an intermediate step when parsing the TOML.
This will make nullability much more reliable and also gives me lots of
options in the future. It also broke all tests because reading the
config (not the raw config) now depends on the discord API. :tehe:
2019-06-12 23:43:36 +02:00
1836844950
Send a copy of each deleted message to the original author
2019-06-10 14:15:03 +02:00
41a1e62574
use json annotations to make config more intuitive
2019-06-10 13:03:18 +02:00
f2ece85d56
allow excluding roles from commands
2019-06-10 09:19:03 +02:00
18ea000b9d
Better prefix trimming for redirects
2019-06-10 08:18:44 +02:00
92dc0a3322
Added redirect action
2019-06-09 19:28:32 +02:00
6d7cd5b776
Add neededRoles parameter to command
2019-06-09 01:04:00 +02:00
a91dda33c7
remove admin parameter from config
2019-06-09 00:03:48 +02:00
208de19ff4
made response optional
2019-06-08 23:51:29 +02:00
4aaebf2a0a
add deletion parameter to command
2019-06-08 23:50:39 +02:00
da8b717831
put bot initialization in separate file
2019-06-08 21:52:30 +02:00
24d43c4a7f
support @mention of author in response
2019-06-08 21:14:57 +02:00
80eca6a2af
Less nesting in config
2019-06-08 13:03:33 +02:00
c72219eabb
properly parse config with nullability
2019-06-08 12:28:14 +02:00
dd37444393
add match types to config
2019-06-08 12:27:57 +02:00
effd106847
bot runs and can ping/pong
2019-06-08 11:07:52 +02:00