Skip to content

Commit

Permalink
βœ… Move to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 23, 2024
1 parent 5f2b68b commit d3b0625
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source/events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,6 @@ module.exports = {
name: `${currencyFormatter(statistics.commands, 1)} Command${statistics.commands === 1 ? '' : 's'}`,
type: ActivityType.Listening,
},
client.mode !== 'start'
? {
name: `πŸ“€ ${newTitle(client.mode)} Mode`,
type: ActivityType.Custom,
}
: null,
],
development: [
{
Expand All @@ -180,6 +174,10 @@ module.exports = {
name: 'πŸ“¦',
type: ActivityType.Playing,
},
{
name: `πŸ“€ ${newTitle(client.mode)} Mode`,
type: ActivityType.Custom,
},
],
}
const activityType =
Expand Down

0 comments on commit d3b0625

Please sign in to comment.