Make ban reason nullable

Resolves: #1276
This commit is contained in:
Zane Helton 2025-06-28 23:19:26 -04:00 committed by Madeline
parent 4f75919651
commit 0166bbf12a

View File

@ -17,7 +17,7 @@
*/
export interface GuildBansResponse {
reason: string;
reason: string | null;
user: {
username: string;
discriminator: string;