diff options
| author | LLLL Colonq <llll@colonq> | 2023-11-16 19:06:43 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2023-11-16 19:06:43 -0500 |
| commit | dcef0b65069fb38fd0f6c4382353167f603ebff1 (patch) | |
| tree | 45954ffe308c3dd056e6af4f734e6d2af89e5856 /deps/discord-haskell/examples/example-setup | |
Initial commit
Diffstat (limited to 'deps/discord-haskell/examples/example-setup')
| -rw-r--r-- | deps/discord-haskell/examples/example-setup | 7 |
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. |
