Fixed incorrect bot nickname.
This commit is contained in:
parent
9fb870648e
commit
f53f43082a
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
||||||
package net.thauvin.erik.mobibot.commands.tell
|
package net.thauvin.erik.mobibot.commands.tell
|
||||||
|
|
||||||
import net.thauvin.erik.mobibot.Utils.bold
|
import net.thauvin.erik.mobibot.Utils.bold
|
||||||
|
import net.thauvin.erik.mobibot.Utils.bot
|
||||||
import net.thauvin.erik.mobibot.Utils.buildCmdSyntax
|
import net.thauvin.erik.mobibot.Utils.buildCmdSyntax
|
||||||
import net.thauvin.erik.mobibot.Utils.helpFormat
|
import net.thauvin.erik.mobibot.Utils.helpFormat
|
||||||
import net.thauvin.erik.mobibot.Utils.isChannelOp
|
import net.thauvin.erik.mobibot.Utils.isChannelOp
|
||||||
|
@ -280,7 +281,7 @@ class Tell(private val serialObject: String) : AbstractCommand() {
|
||||||
helpFormat(
|
helpFormat(
|
||||||
buildCmdSyntax(
|
buildCmdSyntax(
|
||||||
"%c $name $TELL_DEL_KEYWORD <id|$TELL_ALL_KEYWORD>",
|
"%c $name $TELL_DEL_KEYWORD <id|$TELL_ALL_KEYWORD>",
|
||||||
event.user.nick,
|
event.bot().nick,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue