Commit Graph

12 Commits

Author SHA1 Message Date
39083d8248
Indent with 2 spaces instead of 4 2019-11-14 15:10:30 +01:00
bb03474bf5
Rewrite config to use Konf (3): Commands 2019-10-18 22:03:56 +02:00
17c7120796
Rewrite config to use Konf (2): Localization 2019-10-18 22:03:56 +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
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
cb753b47ed
Added configurable role assignments (closes #3) 2019-07-11 22:17:20 +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