Skip to content

Commit

Permalink
Change case
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGeek committed Jan 4, 2025
1 parent 3d0d9b5 commit ed810f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/fire.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const fire = {
client.console.log("-------------------------");
},
aetherPingTimeout: 10000,
fireguildId: "564052798044504084" as Snowflake,
fireGuildId: "564052798044504084" as Snowflake,
githubChannelId: "600070909365059584" as Snowflake,
inviteLink: process.env.INVITE_SUFFIX
? `https://inv.wtf/${process.env.INVITE_SUFFIX}`
Expand Down
2 changes: 1 addition & 1 deletion src/listeners/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default class Message extends Listener {
if (!message.member || message.author.bot) return;

if (
message.guildId == this.client.config.fireguildId &&
message.guildId == this.client.config.fireGuildId &&
message.channelId == "1051050542572511274"
)
if (!message.member.roles.cache.has("1051050567159525407"))
Expand Down

0 comments on commit ed810f0

Please sign in to comment.