D
D
Dream2021-07-29 20:56:54
Python
Dream, 2021-07-29 20:56:54

How to make a bot admin panel for Discord?

I do not quite understand how you can make the admin panel in the form of a website. Are there any good tutorials on this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2021-07-29
@dreameddd

If you need an admin panel in the form of a site - learn Flask , it's not very complicated.
Roughly speaking, for an incoming request - a Python handler function. Almost like bots.
But in order for the site to send the necessary requests when it is open in the browser, you need to understand HTML as well. And if you want prettiness, then JS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question