Skip to content

Commit

Permalink
Fix incomplete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
SloneFallion committed Apr 12, 2023
1 parent 9ed1391 commit e1bf340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/selectListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ client.on(Events.InteractionCreate, async interaction => {
const selected = interaction.values[0];
// Cache and set the channel that the interaction came from.
const channel = client.channels.cache.get(interaction.channelId);
// Set the
// Set the boss chanel number based on the interaction choice value minus the words.
let channelNumber = selected.match(/\d+/g);
// Match the selected value from the menu interaction to a key in '../exports/bossMessageID.js'.
let bossTimerID = bossTimers.bossTimers.find(r => r.key === selected) || { key: "error", value: `Something went wrong or this item is not yet finished. The BOT author has been notified.` }
Expand Down

0 comments on commit e1bf340

Please sign in to comment.