示例#1
0
 public static bool HasPrefix(this IUserMessage message, string prefix, IUser user, ref int position)
 => message.HasPrefix(prefix, ref position) || message.HasMentionPrefix(user, ref position);