essa.jpeg
This commit is contained in:
9
src/commands/pomoc.ts
Normal file
9
src/commands/pomoc.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Command } from '../structures/Command';
|
||||
|
||||
export default new Command({
|
||||
name: 'pomoc',
|
||||
description: 'pokazuje pomocne informacje',
|
||||
run: async ({ interaction }) => {
|
||||
interaction.followUp('tu będzie komenda z pomocami!');
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user