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
|
@ -10,7 +10,7 @@ import {prisma} from '../utils/db.js';
|
|||
export default class implements Command {
|
||||
public readonly slashCommand = new SlashCommandBuilder()
|
||||
.setName('favorites')
|
||||
.setDescription('adds a song to your favorites')
|
||||
.setDescription('add a song to your favorites')
|
||||
.addSubcommand(subcommand => subcommand
|
||||
.setName('use')
|
||||
.setDescription('use a favorite')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue