Skip to content

Commit 3fd28cc

Browse files
authored
Update app.js
1 parent ee313b7 commit 3fd28cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/cfg/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const app = {
165165
createUser: async function(id) {
166166
const userSetting = await app.DBs.userSettings.create({
167167
userID: id,
168-
prefix: "tB/",
168+
prefix: app.config.system.defaultPrefix,
169169
language: "English",
170170
acceptedEULA: false,
171171
executedCommands: 0,
@@ -590,4 +590,4 @@ const app = {
590590
]
591591
}
592592

593-
module.exports = app;
593+
module.exports = app;

0 commit comments

Comments
 (0)