Skip to content

A discord bot slash commands example using pycord (A python wrapper for the Discord API)

License

Notifications You must be signed in to change notification settings

OnkarSagare27/Pycord-slash-commands-discord-bot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pycord slash commands discord bot example

A discord bot slash commands example using pycord (A python wrapper for the Discord API)

  • Python 3.8 or higher is required

Pycord

  • A fork of discord.py. Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.
  • Github
  • Documentation

Py-corrd Installation

Windows

py -3 -m pip install -U py-cord

Setup

  • Fork this repo
  • Replace your discord bot token in config.json
{
  "token": "YOUR BOT TOKEN"
}

About

A discord bot slash commands example using pycord (A python wrapper for the Discord API)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages