typo
This commit is contained in:
parent
15e4d6af5e
commit
e13a494ea2
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cuffeo",
|
"name": "cuffeo",
|
||||||
"version": "1.0.5-2",
|
"version": "1.0.5-3",
|
||||||
"description": "A multi-protocol chatbot library with nearly zero dependencies.",
|
"description": "A multi-protocol chatbot library with nearly zero dependencies.",
|
||||||
"main": "src/index.mjs",
|
"main": "src/index.mjs",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
|
|
|
@ -184,7 +184,7 @@ export default class slack extends EventEmitter {
|
||||||
channel: this.server.channel.get(tmp.channel), // get channelname
|
channel: this.server.channel.get(tmp.channel), // get channelname
|
||||||
channelid: tmp.channel,
|
channelid: tmp.channel,
|
||||||
user: {
|
user: {
|
||||||
prefix: `${tmp.user}!${this.server.user.get(tmp.user).account}@${this.network}`, // get username
|
prefix: `${this.server.user.get(tmp.user).account}!${tmp.user}@${this.network}`, // get username
|
||||||
nick: this.server.user.get(tmp.user).nickname, // get username
|
nick: this.server.user.get(tmp.user).nickname, // get username
|
||||||
username: this.server.user.get(tmp.user).nickname, // get username
|
username: this.server.user.get(tmp.user).nickname, // get username
|
||||||
account: this.server.user.get(tmp.user).account
|
account: this.server.user.get(tmp.user).account
|
||||||
|
|
Loading…
Reference in New Issue
Block a user