https://github.com/rickstaa/discord-hello-world-bot
A simple discord hello world bot in python.
https://github.com/rickstaa/discord-hello-world-bot
bot discord discord-bot discord-py hello-world python
Last synced: about 1 month ago
JSON representation
A simple discord hello world bot in python.
- Host: GitHub
- URL: https://github.com/rickstaa/discord-hello-world-bot
- Owner: rickstaa
- License: mit
- Created: 2022-12-02T07:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T07:35:59.000Z (over 3 years ago)
- Last Synced: 2025-01-14T07:32:31.375Z (over 1 year ago)
- Topics: bot, discord, discord-bot, discord-py, hello-world, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello world bot
A simple hello world discord bot written in python.
## How to use
1. Clone the repository.
2. Install python ([see docs](https://www.python.org/downloads/)).
3. Setup your bot in the [Discord Developers portal](https://discord.com/developers/applications). Make sure it has enough permissions to read and send message.

4. Add your Discord Bot token under the `BOT_TOKEN` environment variable.
5. Add your bot to a discord server.
6. Run the python script (i.e. `python boy.py`).