Skip to content

Commit 1339f23

Browse files
authored
Update bot.js
1 parent 57d966d commit 1339f23

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
// Text users will see (example: "Playing /help | Titan Bot").
27-
name: "Made with ❤️",
27+
name: "Made by DIO",
2828
// Activity type number (0 = Playing).
2929
type: 0,
3030
},
@@ -539,4 +539,4 @@ export function getRandomColor() {
539539
return colors[Math.floor(Math.random() * colors.length)];
540540
}
541541

542-
export default botConfig;
542+
export default botConfig;

0 commit comments

Comments
 (0)