feat(discord-bot): change quete command to send message instead of replying
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m14s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m14s
This commit is contained in:
@@ -6,7 +6,7 @@ export const queteCommand: Command = async (message) => {
|
|||||||
const quest = (await getActiveQuest()) ?? (await getLatestQuest());
|
const quest = (await getActiveQuest()) ?? (await getLatestQuest());
|
||||||
const color = parseInt(quest.quest.promoImagePrimaryColor.substring(1), 16);
|
const color = parseInt(quest.quest.promoImagePrimaryColor.substring(1), 16);
|
||||||
|
|
||||||
await message.reply({
|
await message.channel.send({
|
||||||
allowedMentions: {
|
allowedMentions: {
|
||||||
repliedUser: false
|
repliedUser: false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user