Commit graph

16 commits

Author SHA1 Message Date
Noikoio
1dc229e91c Fix unable to ban non-cached users 2018-08-14 00:03:46 -07:00
Noikoio
84d3b1665d Fully implemented text channel cache
Additionally, fixed a bug where user cache would quit immediately
after encountering a bot or webhook user.
2018-04-04 17:25:13 -07:00
Noikoio
666e5406ca Fixed an error message displaying incorrectly 2018-03-26 11:53:47 -07:00
Noikoio
1773fd2fc2 Changed module configuration model
-Changed a few method names to better reflect its capabilities.
--Specifically, references to "Config" were renamed to "State".
-Changed the way that what is now CreateInstanceState is called
--It is now always called instead of only when configuration exists
--A basic null check was added to prevent issues resulting from this
--General exception handler added to configuration loader
2018-03-22 00:30:22 -07:00
Noikoio
287bb33d77 Removed manual module name setting
Modules will now be named based on their existing class name.
Their respective configuration sections are now also defined by the
same value. Documentation has been updated to reflect this.
2018-03-21 23:51:50 -07:00
Noikoio
3298efc65c Removed leftover ModTools references 2018-03-17 13:51:09 -07:00
Noikoio
bdc0d223cd Removed redundant JSON object in configuration 2018-03-15 22:00:34 -07:00
Noikoio
6860bf98de Updated documentation; removed some aliases 2018-03-15 21:46:18 -07:00
Noikoio
eaf147b417 Added role manipulation commands 2018-03-15 21:26:59 -07:00
Noikoio
7708a81949 Fixed incorrect message being sent to audit log 2018-03-15 00:23:46 -07:00
Noikoio
6127bb2ee7 Fix race condition between sending notification and removing from server 2018-03-14 23:59:24 -07:00
Noikoio
18cd562993 Fixed incorrect usage message with kick command 2018-03-14 20:12:19 -07:00
Noikoio
154b549abb 'Remove and Sort Usings' 2018-03-10 18:10:50 -08:00
Noikoio
800956e2aa Created GetUserDataFromString in base class 2018-03-10 10:38:50 -08:00
Noikoio
99fe2967b6 Moved (created) SendUsageMessageAsync to base class 2018-03-09 23:16:30 -08:00
Noikoio
bfb699d62f Reorganized and renamed ModTools to ModCommands 2018-03-09 22:17:55 -08:00