commit
This commit is contained in:
parent
e59a60042b
commit
8af87fc7ac
1 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
@ -120,6 +120,7 @@ bot.command('sb' , 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.on('messageCreate', async msg => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue