Skip to content

Commit

Permalink
try with all caps
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Apr 25, 2023
1 parent 1dcebb2 commit 0d95f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions events/ready.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { Collection } = require("discord.js");
const { ActivityType } = require("discord-api-types");

module.exports = {
name: "ready",
Expand Down Expand Up @@ -30,7 +29,7 @@ module.exports = {

client.user.setActivity({
name: "flamingpalm.com",
type: ActivityType.Streaming,
type: "STREAMING",
url: "https://flamingpalm.com",
});
},
Expand Down

0 comments on commit 0d95f3e

Please sign in to comment.