kotori-plugin-requester
Version:
Listen delete message and request event call to master
22 lines (21 loc) • 2.16 kB
JSON
{
"requester.log.increase": "The BOT has joined the group <bold>{0}</bold>",
"requester.log.decrease.leave": "The BOT has left the group <bold>{0}</bold>",
"requester.log.decrease.kick": "The BOT was kicked out of the group <bold>{1}</bold> by the administrator <bold>{0}</bold>",
"requester.log.admin.set": "The BOT was set as the admin of the group <bold>{0}</bold>",
"requester.log.admin.unset": "The BOT was removed from the admin position in the group <bold>{0}</bold>",
"requester.log.ban.ban": "The BOT was muted by the administrator <bold>{0}</bold> for <bold>{2}</bold> minutes in the group <bold>{1}</bold>",
"requester.log.ban.lift_ban": "The mute on the BOT was lifted by the administrator <green>{0}</green> in the group <bold>{1}</bold>",
"requester.log.recall.group.other": "User <bold>{0}</bold> had a message retracted by the administrator <bold>{1}</bold> in the group <bold>{2}</bold>: <green>{3}</green>",
"requester.log.recall.group.self": "User <bold>{0}</bold> retracted a message in the group <bold>{1}</bold>: <green>{2}</green>",
"requester.log.recall.private": "User <bold>{0}</bold> retracted a message: <green>{1}</green>",
"requester.log.request.group": "The BOT received a group request from user <bold>{0}</bold>",
"requester.log.request.private": "The BOT received a friend request from user <bold>{0}</bold>",
"requester.log.msg.group": "User <bold>{0}</bold> mentioned the BOT in the group <bold>{1}</bold>: <green>{2}</green>",
"requester.log.msg.private": "User <bold>{0}</bold> sent a message to the BOT: <green>{1}</green>",
"requester.log.command.group": "User <bold>{0}</bold> exec command <magenta>{1}</magenta> successfully at group <bold>{2}</bold>",
"requester.log.command.private": "User <bold>{0}</bold> exec command <magenta>{1}</magenta> successfully",
"requester.log.regexp.group": "User <bold>{0}</bold> match regexp <magenta>{1}</magenta> successfully at group <bold>{2}</bold>",
"requester.log.regexp.private": "User <bold>{0}</bold> match regexp <magenta>{1}</magenta> successfully",
"requester.log.http": "HTTP Request to <cyan>{0}</cyan>"
}