Skip to content

A simple bot template for discord.py v2.0 with slash commands.

Notifications You must be signed in to change notification settings

blobnom/discordpy-v2-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discordpy-v2-bot-template

A simple bot template for discord.py v2.0 with slash commands.

Installation Guide

  • Download Python here
  • Clone the repository using git clone https://github.com/elainaaa/discordpy-v2-bot-template or download it from releases
  • Run python -m pip install -r requirements.txt to install the needed libraries
  • Open config.json and add your bot's token and application id from the developer portal (if you want to register the commands to a specific server then edit test-server-id aswell)
  • Run the bot with python main.py