Skip to content

Dolsity/nextcord-quart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot using Nextcord and Quart

Discord leveling made easy

Issues GitHub pull requests

Report Bug · Request Feature

Setting up

1. Install the requirements

python3 -m pip install -r requirements.txt

2. Rename .example_env to .env

3. We need to edit the .env file now

  • Paste your a secret key of your own where SECRET_KEY=
  • Paste your mongo uri where MONGO_URI=
  • Paste your Discord Client ID where DISCORD_CLIENT_ID=
  • Paste your Discord Client Secret where DISCORD_CLIENT_SECRET=

Make sure to paste the callback url in the redirects of your Discord bot:

Preview: