aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-27 21:32:17 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-27 21:32:17 +0000
commit3fe86257c65a067221675737559a2c0aaa5b9806 (patch)
tree4534d6ee40233ad157f050d3d8692f90d2574994
parent795a773462df83969783496f29fed969a53c66ab (diff)
downloadtanzanite-3fe86257c65a067221675737559a2c0aaa5b9806.tar.gz
tanzanite-3fe86257c65a067221675737559a2c0aaa5b9806.tar.bz2
tanzanite-3fe86257c65a067221675737559a2c0aaa5b9806.zip
Automatically format code
-rw-r--r--src/commands/server-config/prefix.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/server-config/prefix.ts b/src/commands/server-config/prefix.ts
index 661284f..899ecc9 100644
--- a/src/commands/server-config/prefix.ts
+++ b/src/commands/server-config/prefix.ts
@@ -37,7 +37,7 @@ export default class PrefixCommand extends BushCommand {
if (!row) {
row = Guild.build({
id: guild.id
- })
+ });
}
if (prefix) {
row.prefix = prefix;