@@ -322,7 +322,7 @@ async function sendMsg(message) {
try{
notify=require('./sendNotify');
}catch(e){
notify=require("../sendNotify");
notify=require("./sendNotify");
}
awaitnotify.sendNotify($.name,message);
}else{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.