We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee313b7 commit 3fd28ccCopy full SHA for 3fd28cc
1 file changed
src/app/cfg/app.js
@@ -165,7 +165,7 @@ const app = {
165
createUser: async function(id) {
166
const userSetting = await app.DBs.userSettings.create({
167
userID: id,
168
- prefix: "tB/",
+ prefix: app.config.system.defaultPrefix,
169
language: "English",
170
acceptedEULA: false,
171
executedCommands: 0,
@@ -590,4 +590,4 @@ const app = {
590
]
591
}
592
593
-module.exports = app;
+module.exports = app;
0 commit comments