parent
8e8df4dadc
commit
e3eb892ee4
@ -0,0 +1,7 @@ |
||||
module.exports = { |
||||
name: "ping", |
||||
aliases: ["p"], |
||||
async run(client, message, args, cmd) { |
||||
message.reply("Pong! This is Natsuki v2 you're speaking with \\*tips hat*"); |
||||
} |
||||
}; |
Loading…
Reference in new issue