From dcef0b65069fb38fd0f6c4382353167f603ebff1 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 16 Nov 2023 19:06:43 -0500 Subject: Initial commit --- deps/discord-haskell/docs/creating-bot.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deps/discord-haskell/docs/creating-bot.md (limited to 'deps/discord-haskell/docs/creating-bot.md') diff --git a/deps/discord-haskell/docs/creating-bot.md b/deps/discord-haskell/docs/creating-bot.md new file mode 100644 index 0000000..93f47ce --- /dev/null +++ b/deps/discord-haskell/docs/creating-bot.md @@ -0,0 +1,13 @@ +1. Create an application at the Developer Portal https://discordapp.com/developers/applications + +2. Add a 'Bot User' using the settings pane on the left. Take note of `CLIENT ID` on this page. + +3. Use the BOT PERMISSIONS tab to compute a Permissions Int + +4. Invite the bot to a server filling in the `` below. + +Client ID and Permissions come from previous steps. + +`https://discordapp.com/oauth2/authorize?client_id=&scope=bot&permissions=` + +5. You are ready to run the examples -- cgit v1.2.3