update guild bans api

This commit is contained in:
dank074
2025-07-21 00:46:14 -05:00
parent 6c64d2e6d5
commit 3c0efd17bc
2 changed files with 77 additions and 8 deletions
+3 -1
View File
@@ -16,7 +16,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { GuildCreateResponse } from "@spacebar/util";
import { GuildBansResponse, GuildCreateResponse } from "@spacebar/util";
import { GeneralConfiguration, LimitsConfiguration } from "../../config";
import { DmChannelDTO } from "../../dtos";
import {
@@ -73,6 +73,8 @@ export type ApplicationSkusResponse = unknown[];
export type APIApplicationArray = Application[];
export type APIBansArray = GuildBansResponse[];
export type APIInviteArray = Invite[];
export type APIMessageArray = Message[];