feat: update to Discord API v10

This commit is contained in:
spiral
2022-02-26 16:28:20 -05:00
parent 6a4033b2a9
commit 32a73eef09
13 changed files with 28 additions and 27 deletions

View File

@@ -38,7 +38,8 @@ public class BotModule: Module
GatewayIntent.GuildEmojis |
GatewayIntent.GuildMessages |
GatewayIntent.GuildWebhooks |
GatewayIntent.GuildMessageReactions
GatewayIntent.GuildMessageReactions |
GatewayIntent.MessageContent
};
}).AsSelf().SingleInstance();
builder.RegisterType<Cluster>().AsSelf().SingleInstance();