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/examples/example-setup | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deps/discord-haskell/examples/example-setup (limited to 'deps/discord-haskell/examples/example-setup') 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. -- cgit v1.2.3