commit
This commit is contained in:
parent
df30871629
commit
62d605c68b
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -220,7 +220,7 @@ bot.command('addmsg', async ctx => {
|
|||
//Discord commands
|
||||
client.on('ready', () => {
|
||||
console.log(`[Discord] Logged in as ${client.user.tag} !`);
|
||||
client.user.setPresence({ activities: [{ name: 'La belle chaise', type : 'Watching' }] });
|
||||
client.user.setPresence({ activities: [{ name: 'la belle chaise', type : 3}] });
|
||||
});
|
||||
|
||||
client.on('messageCreate', async msg => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue