mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix!: twitter notifications dont work idk why
This commit is contained in:
8
index.ts
8
index.ts
@@ -19,8 +19,6 @@ if (process.argv[2] === '--dev') {
|
||||
dotenv()
|
||||
}
|
||||
|
||||
|
||||
|
||||
const client = new Client({
|
||||
intents: [
|
||||
GatewayIntentBits.Guilds,
|
||||
@@ -67,9 +65,9 @@ client.on('ready', async () => {
|
||||
await youtubenotifications(client);
|
||||
}, 120_000);
|
||||
|
||||
setIntervalAsync(async () => {
|
||||
await twitternotifications(client);
|
||||
}, 120_000);
|
||||
// setIntervalAsync(async () => {
|
||||
// await twitternotifications(client);
|
||||
// }, 120_000);
|
||||
|
||||
setIntervalAsync(async () => {
|
||||
await birthdays(client);
|
||||
|
||||
Reference in New Issue
Block a user