Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/config/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const appConfig = {

features: {

economy: true,
economy: false,
leveling: true,
moderation: true,
logging: true,
Expand All @@ -110,7 +110,7 @@ const appConfig = {
fun: true,


music: false,
music: true,
},

env: process.env.NODE_ENV || "development",
Expand Down
4 changes: 2 additions & 2 deletions src/config/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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,
},
Expand Down