Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Feb 11, 2024
1 parent 2f34bc3 commit 317896a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The Heihachi bot is configured using the `src/resources/config.json` file. A sam
```json
{
"DISCORD_TOKEN": "YOUR_DISCORD_TOKEN",
"FEEDBACK_CHANNEL_ID": [feedback_channel_id],
"ACTION_CHANNEL_ID": [action_channel_id]
"FEEDBACK_CHANNEL_ID": "feedback_channel_id",
"ACTION_CHANNEL_ID": "action_channel_id"
}
```
You can obtain your own Discord token by creating a Discord bot ([instructions](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token)).
Expand Down

0 comments on commit 317896a

Please sign in to comment.