You've already forked discord-bot
mirror of
https://github.com/t2linux/discord-bot.git
synced 2026-04-30 13:49:21 -07:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
export interface Argument {
|
|
|
|
name: string;
|
|
type: string;
|
|
description: string;
|
|
} |