Consistent verb tense

This commit is contained in:
Max Isom 2022-02-05 17:10:12 -05:00
parent e7d0c96f8a
commit 967de2fd91
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
7 changed files with 6 additions and 7 deletions

View file

@ -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')