forked from keinBot/cuffeo
irgendwas mit overhaul
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default client => {
|
||||
client._cmd.set("PART", function (msg) { // part
|
||||
export default bot => {
|
||||
bot._cmd.set("PART", msg => { // part
|
||||
//delete this.server.user[msg.params[0]];
|
||||
}.bind(client));
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user