alias all working now

This commit is contained in:
jude
2020-09-04 21:21:47 +01:00
parent aff303dda6
commit 571802c232
3 changed files with 13 additions and 4 deletions

View File

@@ -295,8 +295,7 @@ impl Framework for RegexFramework {
if (msg.author.bot && self.ignore_bots) ||
msg.tts ||
msg.content.len() == 0 ||
msg.attachments.len() > 0
{
msg.attachments.len() > 0 {
return
}