Skip to content

Kacperek1337/DiscordBotPanelExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordBotPanelExample

An example of a web panel for a discord bot

Running in container

If you don't have a discord application. Create it at Discord Developers. Make sure to add http://127.0.0.1:8000/discord to OAuth2 redirects

Go to the projects directory and create .env file with the following content

CLIENT_ID=<your client id>
CLIENT_SECRET=<your client secret>
BOT_TOKEN=<your bot token>

then run docker-compose up

Invite bot to your server and open http://127.0.0.1:8000 in web browser

Releases

No releases published

Packages

No packages published