mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 07:35:02 +00:00
Add censor plugin. Various other fixes/features. Update Knub to 9.4.13.
This commit is contained in:
parent
0c806f32fd
commit
e7734c558c
9 changed files with 283 additions and 43 deletions
|
@ -21,6 +21,7 @@ export class GuildLogs extends EventEmitter {
|
|||
|
||||
super();
|
||||
this.guildId = guildId;
|
||||
this.ignoredLogs = [];
|
||||
|
||||
// Store the instance for this guild so it can be returned later if a new instance for this guild is requested
|
||||
guildInstances.set(guildId, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue