Skip to content

Commit 42cd39c

Browse files
committed
fixed server adding event
1 parent aa99c45 commit 42cd39c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/events/onServerAdd.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { SystemColors } from "../libs/colors.js";
44

55
export default {
66
name: Events.GuildCreate,
7-
async execute(guild: Guild, client: Client) {
7+
async execute(client: Client, guild: Guild,) {
88
logger.custom(`Added to the server with ID ${guild.id}`, "ADDED", "magenta");
99
try {
1010
const owner = await guild.fetchOwner();
@@ -19,7 +19,7 @@ export default {
1919
.addTextDisplayComponents(text =>
2020
text.setContent(
2121
`## Thank you for adding me!\n` +
22-
`Hi! I'm Boostify! An open-source boosting bot to help you manage your server perks alongside your community!\n` +
22+
`Hi! I'm **Boostify**! An open-source boosting management bot, made to help you manage your server perks alongside your community!\n` +
2323
`Use some of the links below to have a better knowledge about me!`
2424
)
2525
)

0 commit comments

Comments
 (0)