mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +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() {
|
export async function deleteAlias() {
|
||||||
if (!this.e.isMaster) {
|
if (!this.e.isMaster) {
|
||||||
this.reply('仅限主人设置');
|
this.reply('仅限主人设置', false, { at: true, recallMsg: 100 });
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const match = /删除别名(\S+)$/g.exec(this.e.msg);
|
const match = /删除别名(\S+)$/g.exec(this.e.msg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue