Skip to content

Commit

Permalink
style: Fix italic
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed May 13, 2024
1 parent f613c78 commit 11879ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/guilds/channels/ChannelManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default class ChannelManager {
.setColor(embedClr)
// Inserting for the playoffs, but will need to be reviewed for regular season
.setDescription(
`### ${parseHeaderEmoji} ${sanitizedHeader}\n## ${matchVersus}\n\n🔵 **Game Details**\nThe ${teamEmoji} **${args.favored}** are favored to win this game!\n\n🔵 **Info**\nType \`/commands\` in the <#${args.bettingChanId}> channel to place bets with Pluto*`,
`### ${parseHeaderEmoji} ${sanitizedHeader}\n## ${matchVersus}\n\n🔵 **Game Details**\nThe ${teamEmoji} **${args.favored}** are favored to win this match!\n\n🔵 **Info**\n*Use \`/commands\` in the <#${args.bettingChanId}> channel to place bets with Pluto*`,
)
.setFooter({
text: `Pluto | Created by fenixforever`,
Expand Down

0 comments on commit 11879ab

Please sign in to comment.