Poll will now properly show a question when it's started
This commit is contained in:
@ -18,7 +18,6 @@ namespace NadekoBot.Common.Attributes
|
||||
var usage = Localization.LoadCommand(memberName.ToLowerInvariant()).Usage;
|
||||
return string.Join(" or ", usage
|
||||
.Select(x => Format.Code(x)));
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user