Create archives from bulk deletes and cleans. Use GuildSavedMessages for cleans.
This commit is contained in:
parent
f7b62429c6
commit
2bce771c59
9 changed files with 176 additions and 145 deletions
|
@ -11,9 +11,6 @@ function notFound(res: ServerResponse) {
|
|||
res.end("Not Found");
|
||||
}
|
||||
|
||||
/**
|
||||
* A global plugin that allows bot owners to control the bot
|
||||
*/
|
||||
export class LogServerPlugin extends GlobalPlugin {
|
||||
protected archives: GuildArchives;
|
||||
protected server: http.Server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue