We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d966d commit 1339f23Copy full SHA for 1339f23
1 file changed
src/config/bot.js
@@ -24,7 +24,7 @@ export const botConfig = {
24
activities: [
25
{
26
// Text users will see (example: "Playing /help | Titan Bot").
27
- name: "Made with ❤️",
+ name: "Made by DIO",
28
// Activity type number (0 = Playing).
29
type: 0,
30
},
@@ -539,4 +539,4 @@ export function getRandomColor() {
539
return colors[Math.floor(Math.random() * colors.length)];
540
}
541
542
-export default botConfig;
+export default botConfig;
0 commit comments