mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-02 19:53:10 +00:00
Stuff
This commit is contained in:
parent
444c90872a
commit
7293076ce9
6 changed files with 321 additions and 25 deletions
7
source/discord-bot/ping.ts
Normal file
7
source/discord-bot/ping.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import * as l_discord from "../discord";
|
||||
|
||||
export class Ping extends l_discord.Command {
|
||||
constructor() {
|
||||
super("ping");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue