forked from adam/discord-bot-shtik
ask for *all* permission
This commit is contained in:
parent
12e21e8ad7
commit
6022f88997
@ -1,4 +1,4 @@
|
||||
//https://discord.com/oauth2/authorize?client_id=913003037348491264&permissions=274877942784&scope=bot%20messages.read
|
||||
//https://discord.com/oauth2/authorize?client_id=913003037348491264&permissions=274877942784&scope=bot%20messages.read
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@ -50,7 +50,7 @@ namespace silverworker_discord
|
||||
#endif
|
||||
Conversion.Converter.Load(config["exchangePairsLocation"]);
|
||||
|
||||
_client = new DiscordSocketClient();
|
||||
_client = new DiscordSocketClient(new DiscordSocketConfig(){GatewayIntents = GatewayIntents.All});
|
||||
|
||||
_client.Log += Log;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user