mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
Merge branch 'main' of https://github.com/ZZZure/ZZZ-Plugin
This commit is contained in:
commit
e166e0e185
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