Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraaq authored Feb 22, 2023
1 parent 1cbc553 commit 51ee0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This bot can send random text from txt file or random image from directory and i
-When adding a discord bot to your server give him permissions : Read Messages/View Channels, Send Messages, Manage Messages, Embed Links, Attach Files, Read Message History
6. [Enable intent](https://autocode.com/discord/threads/what-are-discord-privileged-intents-and-how-do-i-enable-them-tutorial-0c3f9977/) for bot
-Enable only message content intent
7. Create file named .env in main unziped folder and add ```DISCORD_TOKEN='YOURSUPERSECRETTOKEN'``` replace the YOURSUPERSECRETTOKEN with your bot token (keep the quotation marks)
7. Create file named .env in main unziped folder and open it with notepad. Add ```DISCORD_TOKEN='YOURSUPERSECRETTOKEN'``` replace the YOURSUPERSECRETTOKEN with your bot token (keep the quotation marks)
8. Customize [words](./text/text.txt), [images](./images) and [banned words](./ban%20words/words.txt)
9. Customize your [bot response name](./bot.py) for chat system in bot.py
```name_to_react = ("yourname","yoursecondname")```
Expand Down

0 comments on commit 51ee0be

Please sign in to comment.