initial commit
This commit is contained in:
10
commands/tests/test.ts
Normal file
10
commands/tests/test.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {CommandInteraction} from 'discord.js';
|
||||
import {Command} from '../../classes/command';
|
||||
|
||||
class Test extends Command{
|
||||
get name(){return "test";}
|
||||
get description(){return "Testing some features.";}
|
||||
async execute(interaction: CommandInteraction): Promise<void>{}
|
||||
};
|
||||
|
||||
// export const command = new Test();
|
||||
Reference in New Issue
Block a user