legica -removed shit
This commit is contained in:
@@ -7,7 +7,6 @@ class ClientController {
|
|||||||
constructor(private client: Client) {}
|
constructor(private client: Client) {}
|
||||||
|
|
||||||
public register = (): void => {
|
public register = (): void => {
|
||||||
this.sendMessage();
|
|
||||||
this.client.on("ready", (): void => {
|
this.client.on("ready", (): void => {
|
||||||
cron.schedule("0 12 * * *", this.sendMessage);
|
cron.schedule("0 12 * * *", this.sendMessage);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user