1
0
forked from keinBot/cuffeo

irgendwas mit overhaul

This commit is contained in:
Flummi
2019-08-22 22:05:18 +00:00
parent acf7ac3d49
commit 0d45670ae4
14 changed files with 132 additions and 174 deletions

View File

@@ -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));
});
};