Skip to content

Commit

Permalink
🛏 Added starting discord status
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalitsune authored Dec 3, 2023
1 parent 18b244d commit 69d1c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/events/ClientReady.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let verbose = false;
module.exports = {
name: Events.ClientReady,
async execute(client) {
client.user.setActivity(`Translating with ${translation_driver.name}.`, {type: ActivityType.Custom});
client.user.setActivity(`Starting...`, {type: ActivityType.Custom});

// if process.env.GUILD is set, check if the bot is in the guild
if (process.env.GUILD) {
Expand Down

0 comments on commit 69d1c29

Please sign in to comment.