Skip to content

Commit

Permalink
release time
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
  • Loading branch information
cobaltt7 committed Sep 17, 2022
1 parent 45141cb commit 38d00a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/CONSTANTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default /** @type {const} */ ({
),
modlogs: enforceChannelType(
channels.find((channel) => !!channel?.name.endsWith("logs")),
[ChannelType.GuildText, ChannelType.GuildNews],
ChannelType.GuildText,
),
admin: enforceChannelType(
channels.find((channel) => !!channel?.name.includes("admin")),
Expand Down
2 changes: 2 additions & 0 deletions common/xp.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,5 @@ export function getLevelForXp(xp) {
}
return level;
}

await giveXp(await guild.members.fetch("987265192327004214"));

0 comments on commit 38d00a7

Please sign in to comment.