An open API service indexing awesome lists of open source software.

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.

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.

![image](https://user-images.githubusercontent.com/17570430/205239417-05884cf9-551b-4cca-81d7-67084806ebb3.png)

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`).