summaryrefslogtreecommitdiff
path: root/deps/discord-haskell/examples/example-setup
blob: 51458cc06f97296b24dda82c967dee9fdb678504 (plain)
1
2
3
4
5
6
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.