mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
module.exports = {
|
||||
name = "Emote Page Test",
|
||||
alias =['emotetest'],
|
||||
helptext = "testing for emote responses",
|
||||
helphide = true;,
|
||||
command = (client, msg) => {
|
||||
name: "Emote Page Test",
|
||||
alias: ['emotetest'],
|
||||
helptext: "testing for emote responses",
|
||||
helphide: true,
|
||||
command: (client, msg) => {
|
||||
|
||||
msg.reply("testing emote thing")
|
||||
.then(sent => {
|
||||
|
||||
Reference in New Issue
Block a user