Make ban reason nullable

Resolves: #1276
This commit is contained in:
Zane Helton
2025-06-29 13:24:26 +10:00
committed by Madeline
parent 4f75919651
commit 0166bbf12a
@@ -17,7 +17,7 @@
*/
export interface GuildBansResponse {
reason: string;
reason: string | null;
user: {
username: string;
discriminator: string;