feat: update to Discord API v10
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user