We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0b9c6 commit 75fbffdCopy full SHA for 75fbffd
1 file changed
src/config/bot.js
@@ -24,7 +24,7 @@ export const botConfig = {
24
activities: [
25
{
26
name: "Custom Status", // required by Discord API, not shown in the client
27
- state: "stalking", // this is what people actually see
+ state: "use /help ", // this is what people actually see
28
type: 4, // Custom
29
},
30
],
@@ -648,4 +648,4 @@ export function getRandomColor() {
648
return colors[Math.floor(Math.random() * colors.length)];
649
}
650
651
-export default botConfig;
+export default botConfig;
0 commit comments