Home > Back-end >  Adding commands via dashboard discord.py
Adding commands via dashboard discord.py

Time:01-16

Does anyone have an idea how I could add discord.py commands via a web-based dashboard for example made with flask? I don't need any code or anything just an idea how I can make this. As an actual example you can look at the mee6 discord bot.

CodePudding user response:

you need to use a database for web-based dashboard. It's a completely different topic so I just give you example videos about how to do it.

You can start with this playlist. These videos are well explained and you can find the source code on the description.

CodePudding user response:

TLDR you'll need to write your own website dashboard interface that interacts with the bot.

  •  Tags:  
  • Related