diff --git a/src/config/bot.js b/src/config/bot.js index 86dc861cc3..f9ed7546fc 100644 --- a/src/config/bot.js +++ b/src/config/bot.js @@ -23,9 +23,9 @@ export const botConfig = { // 5 = Competing activities: [ { - name: "Custom Status", // required by Discord API, not shown in the client - state: "stalking", // this is what people actually see - type: 4, // Custom + name: "༒𓂃𓂃𝕹𝖔𝖈𝖘𝖆𝖎𝖓𝖙 ༘𓂃𓂀𖠿", // required by Discord API, not shown in the client + state: "nmh", // this is what people actually see + type: 2, // Custom }, ], }, @@ -648,4 +648,4 @@ export function getRandomColor() { return colors[Math.floor(Math.random() * colors.length)]; } -export default botConfig; \ No newline at end of file +export default botConfig;