mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-20 05:41:37 +01:00
rename bot directory to src, add chatwidget
This commit is contained in:
6
src/commands/ping.ts
Normal file
6
src/commands/ping.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Command, sendMessage } from ".";
|
||||
|
||||
// This command is purely for testing
|
||||
export default new Command('ping', ['ping'], 'chatter', async msg => {
|
||||
await sendMessage('pong!', msg.messageId);
|
||||
});
|
||||
Reference in New Issue
Block a user