Skip to content

Commit

Permalink
chore: update prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Oct 9, 2021
1 parent 1d69ea5 commit be6ac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const client = new Client({
partials: ['MESSAGE', 'REACTION', 'USER', 'GUILD_MEMBER'],
allowedMentions: { parse: ['users'], repliedUser: false },
presence: {
activities: [{ name: 'ha!help | Removinq G!', type: 'PLAYING' }],
activities: [{ name: 'h!help | Removinq G!', type: 'PLAYING' }],
status: 'dnd'
}
});
Expand Down

0 comments on commit be6ac0d

Please sign in to comment.