mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
a8ccf05e8b
commit
baf8583976
@@ -74,7 +74,7 @@ export async function sendMessage(bot: Bot, channelId: bigint, content: string |
|
||||
}
|
||||
|
||||
const result = await bot.rest.runMethod<SnakeCasedPropertiesDeep<Message>>(
|
||||
bot.rest,
|
||||
bot.rest,
|
||||
"post",
|
||||
bot.constants.endpoints.CHANNEL_MESSAGES(channelId),
|
||||
bot.utils.snakelize({
|
||||
@@ -85,7 +85,7 @@ export async function sendMessage(bot: Bot, channelId: bigint, content: string |
|
||||
parse: content.allowedMentions.parse,
|
||||
roles: content.allowedMentions.roles,
|
||||
users: content.allowedMentions.users,
|
||||
replied_user: content.allowedMentions.repliedUser
|
||||
replied_user: content.allowedMentions.repliedUser,
|
||||
},
|
||||
file: content.file,
|
||||
// TODO: Snakelize components??
|
||||
|
||||
Reference in New Issue
Block a user