This commit is contained in:
RoseFix7 2023-09-20 17:24:51 -04:00
parent 444c90872a
commit 7293076ce9
6 changed files with 321 additions and 25 deletions

View file

@ -0,0 +1,7 @@
import * as l_discord from "../discord";
export class Ping extends l_discord.Command {
constructor() {
super("ping");
}
}