diff --git a/src/config/application.js b/src/config/application.js index d4d741bf..8d5539ad 100644 --- a/src/config/application.js +++ b/src/config/application.js @@ -84,7 +84,7 @@ const appConfig = { features: { - economy: true, + economy: false, leveling: true, moderation: true, logging: true, @@ -110,7 +110,7 @@ const appConfig = { fun: true, - music: false, + music: true, }, env: process.env.NODE_ENV || "development", diff --git a/src/config/bot.js b/src/config/bot.js index 445e9fd7..ee02b066 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -17,7 +17,7 @@ export const botConfig = { // - "invisible" = appears offline presence: { // Current online state shown on Discord. - status: "online", + status: "dnd", // Activity lines shown under the bot name. // `type` number mapping from Discord: @@ -30,7 +30,7 @@ export const botConfig = { activities: [ { // Text users will see (example: "Playing /help | Titan Bot"). - name: "Made with ❤️", + name: "Made with ❤️ ↪ By Squippz", // Activity type number (0 = Playing). type: 0, },