Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

A template for a Discord bot written in Python with the discord.py library.

License

Notifications You must be signed in to change notification settings

xviinceent/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple bot template you can use to start creating your own Discord bot with discord.py! For help, read the documentation or ask a question in the discord.py support server! Here's how to use this template:

Step 1

Clone this repository by using

git clone https://github.com/vxsualized/discord-bot-template

Step 2

Install the dependencies by using

pip install -r requirements.txt -y

Step 3

Rename the example.env to .env and paste your bot token that you can get in the "Bot" section after you've created your application in the Discord Developer Portal. Enable all Privileged Gateway Intents as well.

Step 4

Use the following command to run the bot

python3 main.py

(This command may vary based on your OS.)

About

A template for a Discord bot written in Python with the discord.py library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages