add missing comma
This commit is contained in:
parent
a6cc1be0ef
commit
53039004dd
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -29,7 +29,7 @@ client.on('ready', () => {
|
||||||
});
|
});
|
||||||
client.user.setPresence({
|
client.user.setPresence({
|
||||||
activities: [{
|
activities: [{
|
||||||
name: 'sily'
|
name: 'sily',
|
||||||
type: ActivityType.Playing,
|
type: ActivityType.Playing,
|
||||||
}],
|
}],
|
||||||
status: "idle"
|
status: "idle"
|
||||||
|
|
Loading…
Add table
Reference in a new issue