SerekKiri / CoinBot

Bot for your discord server with crypto coins price from coinmarketcap V2 api.

Home Page:https://discord.gg/7q5VcC6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot doesn't respect prefix

selfisekai opened this issue · comments

Bot triggers by messages, which aren't starting with prefix set in config (f.e. "esteem" instead of "!steem")

That's right just check this code:

const command = message.content.slice(config.prefix.length); Discord interprets this like one letter/sign before message.