legica -removed shit

This commit is contained in:
Fran Jurmanović
2022-03-10 19:07:46 +01:00
parent 3175e94681
commit e1e48d1518

View File

@@ -7,7 +7,6 @@ class ClientController {
constructor(private client: Client) {}
public register = (): void => {
this.sendMessage();
this.client.on("ready", (): void => {
cron.schedule("0 12 * * *", this.sendMessage);
});