Program Commit
This commit is contained in:
14
discord-bot/events/ready.js
Normal file
14
discord-bot/events/ready.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const { ActivityType } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: 'ready',
|
||||
once: true,
|
||||
execute(client) {
|
||||
console.log('ECS - Full Stack Bot Online!');
|
||||
|
||||
client.user.setActivity('ehchad', {
|
||||
type: ActivityType.Streaming,
|
||||
url: 'https://twitch.tv/ehchad'
|
||||
});
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user