Skip to content

Commit

Permalink
Update ready.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRR11 authored Jul 12, 2023
1 parent 3abe73b commit f5452c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const event: Event = {
name: "ready",
run: async (client) => {
console.log(`${success}${client.user.username} is online.`);
client.user.setActivity(`with other packs.`, { type: "COMPETING" });
client.user.setActivity(`Tom Clancy's Rainbow Six: Siege`, { type: "COMPETING" });

client.config.discords.forEach((guild) => {
if (guild.channels.updateMember) client.updateMembers(guild.id, guild.channels.updateMember);
Expand Down

0 comments on commit f5452c6

Please sign in to comment.