Adds role specific channels.
This commit is contained in:
@@ -50,7 +50,9 @@ namespace EventBot
|
||||
{
|
||||
return new ServiceCollection()
|
||||
.AddSingleton(s => new DiscordSocketClient(new DiscordSocketConfig() {
|
||||
#if DEBUG
|
||||
LogLevel = LogSeverity.Debug,
|
||||
#endif
|
||||
MessageCacheSize = 1500
|
||||
}))
|
||||
.AddSingleton<CommandService>()
|
||||
|
Reference in New Issue
Block a user