PixelRick / bot_vote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/echo send error

Nonoreve opened this issue · comments

Don't know if it is just a wip or a remaining of tests but lines 264-265 causes bad request error because " " is an empty message
elif words[0] == "/echo": await message.reply(" ".join(words[1:]))