mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
Guilds helpers
This commit is contained in:
@@ -66,5 +66,5 @@ export async function editSlashResponse(bot: Bot, token: string, options: Discor
|
||||
// If the original message was edited, this will not return a message
|
||||
if (!options.messageId) return result as undefined;
|
||||
|
||||
return bot.transformers.message(result);
|
||||
return bot.transformers.message(bot, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user