break up library, move bots to their own repositories
This commit is contained in:
7
packages/discord/fixtures/commands/test1.command.ts
Normal file
7
packages/discord/fixtures/commands/test1.command.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createChatCommand } from '@/commands';
|
||||
|
||||
export default createChatCommand({
|
||||
name: 'test1', description: 'Test command 1' },
|
||||
async () => {},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user