Beginner discord bot (With command handler)

lmfao no it doesnt

1 Like

@Callum-OKane They probably said that because of the uptime robot part. Would be a good idea to update that though, since things changed.

3 Likes

;-;

1 Like

how do u make the cmds case insensitive?

You could convert the command to lower case using .toLowerCase() and then compare against the lower cases command name.

3 Likes

or just remove .toLowerCase() from the handler?

@Callum-OKane help
you said to delete all the files but at the bottom you say to reopen them :frowning: im new to glitch and coding so pls help

An aliases is like a subcommand. For example: !commands

if you put !cmds as an aliases, then !commands and !cmds would work