We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1cec02 + 3fd28cc commit df16e2cCopy full SHA for df16e2c
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