mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
Update alias.js
This commit is contained in:
parent
94ae2b5183
commit
8cf9ffeff4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export async function addAlias() {
|
|||
|
||||
export async function deleteAlias() {
|
||||
if (!this.e.isMaster) {
|
||||
this.reply('仅限主人设置');
|
||||
this.reply('仅限主人设置', false, { at: true, recallMsg: 100 });
|
||||
return false;
|
||||
}
|
||||
const match = /删除别名(\S+)$/g.exec(this.e.msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue