From 5c3da90f441c321f55ae735d6002f4da91f2481e Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 20 Jun 2021 22:52:50 -0400 Subject: feat(*): aaaaa --- src/commands/config/prefix.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/config') diff --git a/src/commands/config/prefix.ts b/src/commands/config/prefix.ts index 9ddf81b..3bb717b 100644 --- a/src/commands/config/prefix.ts +++ b/src/commands/config/prefix.ts @@ -39,6 +39,7 @@ export default class PrefixCommand extends BushCommand { id: guild.id }); } + // this.client.console.debug(row); if (prefix) { row.prefix = prefix; await row.save(); -- cgit