-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify readme #36
Modify readme #36
Conversation
jspmic
commented
Jul 27, 2024
- [ x ] Project's Image
- [ x ] Installation Procedure
- [ x ] Setup Procedure
- [ ] Bot's Usage
- [ x ] Conclusion and Key Achievements
- Added a conclusion - Added the Installation procedure - Added the Setup procedure
|
||
3. **Set Up Your Environment Variables**: | ||
- Create a .env file in the root of your project and add your Discord API Token: `DISCORD_BOT_KEY="your-discord-token-here"` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a step for updating the emojis used in config.py
. They should change the IDs to their own emojis' IDs, after they add the emojis under bot/assets/icons to a server or their bot application. Otherwise the bot won't work (unless its invited into our server where the emojis already exist)
README.md
Outdated
|
||
3. add or set `DISCORD_BOT_KEY=[your_bot_key]` with bot's key. | ||
For more information, Consult The [Discord Developer Portal](https://discord.com/developers/docs/intro) Documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also have a dev guide for setting up the bot in discord's dev portal. We should either link to that or integrate that text into the README. IMO integrating it into the readme would make the most sense.
Co-authored-by: Gustav Odinger <[email protected]>
Co-authored-by: Gustav Odinger <[email protected]>
Co-authored-by: Gustav Odinger <[email protected]>
Co-authored-by: Gustav Odinger <[email protected]>