Initial changes for customized use
This commit is contained in:
parent
f207e5ccb4
commit
ab210ad08d
6 changed files with 14 additions and 12 deletions
|
@ -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'
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue