We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d69ea5 commit be6ac0dCopy full SHA for be6ac0d
index.js
@@ -6,7 +6,7 @@ const client = new Client({
6
partials: ['MESSAGE', 'REACTION', 'USER', 'GUILD_MEMBER'],
7
allowedMentions: { parse: ['users'], repliedUser: false },
8
presence: {
9
- activities: [{ name: 'ha!help | Removinq G!', type: 'PLAYING' }],
+ activities: [{ name: 'h!help | Removinq G!', type: 'PLAYING' }],
10
status: 'dnd'
11
}
12
});
0 commit comments