Skip to content

Commit 75fbffd

Browse files
Update bot.js
1 parent 0d0b9c6 commit 75fbffd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/bot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const botConfig = {
2424
activities: [
2525
{
2626
name: "Custom Status", // required by Discord API, not shown in the client
27-
state: "stalking", // this is what people actually see
27+
state: "use /help ", // this is what people actually see
2828
type: 4, // Custom
2929
},
3030
],
@@ -648,4 +648,4 @@ export function getRandomColor() {
648648
return colors[Math.floor(Math.random() * colors.length)];
649649
}
650650

651-
export default botConfig;
651+
export default botConfig;

0 commit comments

Comments
 (0)