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
6 changes: 5 additions & 1 deletion src/config/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export const botConfig = {
// 5 = Competing
activities: [
{
// Text users will see (example: "Playing /help | Titan Bot").
name: "Made by DIO",
// Activity type number (0 = Playing).
type: 0,
name: "Custom Status", // required by Discord API, not shown in the client
state: "stalking", // this is what people actually see
type: 4, // Custom
Expand Down Expand Up @@ -648,4 +652,4 @@ export function getRandomColor() {
return colors[Math.floor(Math.random() * colors.length)];
}

export default botConfig;
export default botConfig;