M
M
Mark Eshkilev2020-08-01 22:13:51
Node.js
Mark Eshkilev, 2020-08-01 22:13:51

How to remove the Discord bot prefix?

Hello, I want to make it so that the bot command can be activated without a prefix, for example, by the usual !ban, and how I want - ban, can you help how to do this...?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2020-08-01
@mark_edinoroglove

what's stopping you from doing it?
just use this pattern:

if (message.content === "бан") {
// ...
}

F
Flutternyash, 2020-11-18
@Flutternyash

Just leave an empty line.
5fb4559a426d4552439265.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question