modified docker image structure

This commit is contained in:
Lukian LEIZOUR 2024-08-28 21:33:03 +02:00
parent a02979522f
commit 933d03ff13
6 changed files with 38 additions and 20 deletions

View file

@ -11,7 +11,7 @@ export default {
setInterval(async () => {
await checkReset();
}, 1000); //10 * 60 *
}, 1000);
setInterval(async () => {
client.user?.setPresence({ activities: [{ name: '/ask | Bot fixed !', type: 3 }] });