From fd020c90f88197cf2b10ccb4a97cd92e4370efb4 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 13 Apr 2022 21:17:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20left=20over=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/shop/roles/modules/buy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/shop/roles/modules/buy.ts b/src/plugins/shop/roles/modules/buy.ts index 9658cd8..238f4e6 100644 --- a/src/plugins/shop/roles/modules/buy.ts +++ b/src/plugins/shop/roles/modules/buy.ts @@ -78,7 +78,6 @@ export default async (interaction: CommandInteraction) => { }); await (member?.roles as GuildMemberRoleManager)?.add(role?.id); - await shopRolesSchema?.find()?.then((role: any) => console.log(role)); const embed = { title: ":shopping_cart: Shop - Roles [Buy]",