aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/prefix.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config/prefix.ts')
-rw-r--r--src/commands/config/prefix.ts1
1 files changed, 1 insertions, 0 deletions
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();