summaryrefslogtreecommitdiff
path: root/deps/discord-haskell/examples/example-setup
diff options
context:
space:
mode:
Diffstat (limited to 'deps/discord-haskell/examples/example-setup')
-rw-r--r--deps/discord-haskell/examples/example-setup7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/discord-haskell/examples/example-setup b/deps/discord-haskell/examples/example-setup
new file mode 100644
index 0000000..51458cc
--- /dev/null
+++ b/deps/discord-haskell/examples/example-setup
@@ -0,0 +1,7 @@
+create a file named auth-token.secret and add your token (not the secret id) from
+https://discord.com/developers/applications/me
+
+This is the Bot token (NOT CLIENT SECRET) from developer portal under the settings tab
+
+create a file named guildid.secret and add the guild id (server id) of your test server there.
+your bot may need certain permissions to run specific examples, like the interaction-commands example.