Added ping and duck, showing category in trivia.
This commit is contained in:
10
src/games/ping.js
Normal file
10
src/games/ping.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
function onCommand(args, context) {
|
||||
context.sendMessage(`Pong, @${context.user.username}!`, context.room.id);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
name: 'Ping',
|
||||
onCommand,
|
||||
};
|
||||
Reference in New Issue
Block a user