mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22:42 +02:00
Consistent verb tense
This commit is contained in:
parent
e7d0c96f8a
commit
967de2fd91
7 changed files with 6 additions and 7 deletions
|
@ -9,7 +9,7 @@ import {SlashCommandBuilder} from '@discordjs/builders';
|
|||
export default class implements Command {
|
||||
public readonly slashCommand = new SlashCommandBuilder()
|
||||
.setName('shuffle')
|
||||
.setDescription('shuffles the current queue');
|
||||
.setDescription('shuffle the current queue');
|
||||
|
||||
public requiresVC = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue