noice
This commit is contained in:
parent
4e49a5a9d3
commit
40ee4bddf9
6
index.js
6
index.js
@ -136,6 +136,12 @@ client.on(Events.InteractionCreate, async interaction => {
|
||||
}
|
||||
});
|
||||
|
||||
client.on('messageCreate', (message) => {
|
||||
if (message.channel.id === '1222278572090065016') {
|
||||
updateActivity(client);
|
||||
}
|
||||
});
|
||||
|
||||
client.login(process.env.DISCORD_TOKEN);
|
||||
|
||||
// setInterval(()=>{update(headers,numbers,client,process.env.PALWORLD_API_TOKEN)}, 300000);
|
||||
Loading…
x
Reference in New Issue
Block a user