Initial changes for customized use

This commit is contained in:
Manuel 2021-05-10 14:00:29 +02:00
parent f207e5ccb4
commit ab210ad08d
Signed by: Manuel
GPG key ID: 4085037435E1F07A
6 changed files with 14 additions and 12 deletions

View file

@ -4,12 +4,12 @@ const client = new CompilerClient(config);
client.once('ready', () => {
// eslint-disable-next-line no-console
console.log('[Info] Comp_iler ready to go!');
console.log('[Info] Compiler ready to go!');
});
client.on('ready', () => {
client.user.setPresence({
activity: { name: '@Comp_iler help' },
activity: { name: `${config.prefix} help` },
status: 'online'
});
});