Feat: remove bot
This commit is contained in:
1
main.go
1
main.go
@ -47,6 +47,7 @@ func ListenToRequests(port string) *http.Server {
|
||||
mux.HandleFunc("GET /word/show-color", handlers.HandleShowColor)
|
||||
mux.HandleFunc("POST /check/name", handlers.HandleNameCheck)
|
||||
mux.HandleFunc("GET /add-bot", handlers.HandleAddBot)
|
||||
mux.HandleFunc("GET /remove-bot", handlers.HandleRemoveBot)
|
||||
// special
|
||||
mux.HandleFunc("GET /renotify-bot", handlers.HandleRenotifyBot)
|
||||
// sse
|
||||
|
Reference in New Issue
Block a user