Skip to content
Open
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
8 changes: 4 additions & 4 deletions src/config/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 @@ -23,9 +23,9 @@ export const botConfig = {
// 5 = Competing
activities: [
{
name: "Custom Status", // required by Discord API, not shown in the client
name: "Flukesx", // required by Discord API, not shown in the client
state: "stalking", // this is what people actually see
type: 4, // Custom
type: 3, // Custom
},
],
},
Expand Down Expand Up @@ -648,4 +648,4 @@ export function getRandomColor() {
return colors[Math.floor(Math.random() * colors.length)];
}

export default botConfig;
export default botConfig;