aboutsummaryrefslogtreecommitdiff
path: root/src/commands/pause.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-02-05 17:10:12 -0500
committerMax Isom <[email protected]>2022-02-05 17:10:12 -0500
commit967de2fd91b56d441d6e2239e09bd5f904937c11 (patch)
tree2f1ef4338ab45d1a89e228b514976d25a434c61e /src/commands/pause.ts
parente7d0c96f8a6190e5434282df2594be1c438071fc (diff)
downloadmuse-967de2fd91b56d441d6e2239e09bd5f904937c11.tar.xz
muse-967de2fd91b56d441d6e2239e09bd5f904937c11.zip
Consistent verb tense
Diffstat (limited to 'src/commands/pause.ts')
-rw-r--r--src/commands/pause.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/pause.ts b/src/commands/pause.ts
index fc98bdf..7b9d295 100644
--- a/src/commands/pause.ts
+++ b/src/commands/pause.ts
@@ -10,7 +10,7 @@ import Command from '.';
export default class implements Command {
public readonly slashCommand = new SlashCommandBuilder()
.setName('pause')
- .setDescription('pauses the current song');
+ .setDescription('pause the current song');
public requiresVC = true;