fix some formatting
This commit is contained in:
@ -24,7 +24,7 @@ const createGasAlertChecker = (client: DiscordClient) =>
|
||||
.setTitle('Gas price alert!')
|
||||
.setDescription(`<@${gasAlert.userId}>!
|
||||
Gas prices have fallen below your alert threshold of ${gasAlert.threshold} Gwei:
|
||||
⚡ ${gasPrices.fast} ⦚⦚ 🚶 ${gasPrices.average} ⦚⦚ 🐢 ${gasPrices.slow}`)
|
||||
⚡ ${gasPrices.fast} ⦚⦚🚶 ${gasPrices.average} ⦚⦚ 🐢 ${gasPrices.slow}`)
|
||||
.setColor('#FF8C00')
|
||||
],
|
||||
target: user
|
||||
|
Reference in New Issue
Block a user