fixd .mcmaniac
This commit is contained in:
parent
3378acfb49
commit
5307018d0a
|
@ -18,7 +18,7 @@ export default bot => {
|
|||
active: true,
|
||||
clients: ["irc", "tg"],
|
||||
f: e => {
|
||||
const match = e.message.match(/.*(Mc\S+iaC?).*/)[0];
|
||||
const match = e.message.match(/(Mc\S+iaC?)/)[0];
|
||||
sql.any(_query_add, [match])
|
||||
.then()
|
||||
.catch(err => {});
|
||||
|
|
Loading…
Reference in New Issue
Block a user