Add API model for Reaction, implement REST methods for reactions
This commit is contained in:
@@ -45,6 +45,7 @@ namespace Discord
|
||||
throw new ArgumentException("Argument cannot be blank.", name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//Numerics
|
||||
public static void NotEqual(sbyte obj, sbyte value, string name) { if (obj == value) throw new ArgumentOutOfRangeException(name); }
|
||||
|
||||
Reference in New Issue
Block a user