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

A Discord bot, written in Python using discordpy. Creates a single slash command, /ping. Ready to be expanded.

License

Notifications You must be signed in to change notification settings

KanchiMoe/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Template

This is a basic Discord bot, using discordpy (docs) that creates a !!foo and /bar commands.

Use

This bot is ready to go. Create a .env file, example below and provide your Discord bot token, then run main.py.

Feel free to expand on the commands and build your bot.

.env

This project uses a .env file. The contents looks like this:

DISCORD_BOT_TOKEN=
LOG_LEVEL=DEBUG