Skip to content

Commit 2c9bf08

Browse files
committed
fix: lint
1 parent 63b2f26 commit 2c9bf08

File tree

1 file changed

+7
-7
lines changed
  • packages/create-discord-bot/template/JavaScript/src/commands/utility

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/** @type {import('../index.js').Command} */
22
export default {
3-
data: {
4-
name: 'user',
5-
description: 'Provides information about the user.',
6-
},
7-
async execute(interaction) {
8-
await interaction.reply(`This command was run by ${interaction.user.username}.`);
9-
},
3+
data: {
4+
name: 'user',
5+
description: 'Provides information about the user.',
6+
},
7+
async execute(interaction) {
8+
await interaction.reply(`This command was run by ${interaction.user.username}.`);
9+
},
1010
};

0 commit comments

Comments
 (0)