1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Spelling.

This commit is contained in:
toast-ts 2024-01-22 13:52:52 +11:00
parent 0edb8cf49d
commit 6f0dc39606

View File

@ -209,7 +209,7 @@ export default class Developer {
.setRequired(true)))
.addSubcommand(x=>x
.setName('modify_rank_msgs')
.setDescription('Modify the messages count of a member')
.setDescription('Modify the message count of a member')
.addUserOption(x=>x
.setName('member')
.setDescription('Member to modify the message count of')