deno fmt
This commit is contained in:
parent
ee501e4333
commit
ee09ad8c9c
|
@ -1,4 +1,4 @@
|
||||||
export const config = {// !! NOTICE !! All fields below are required unless they are explicitly noted as OPTIONAL. If a field is OPTIONAL, do not remove it from this file, just leave it at the default value
|
export const config = { // !! NOTICE !! All fields below are required unless they are explicitly noted as OPTIONAL. If a field is OPTIONAL, do not remove it from this file, just leave it at the default value
|
||||||
'name': 'Group Up', // Name of the bot
|
'name': 'Group Up', // Name of the bot
|
||||||
'version': '1.1.0', // Version of the bot
|
'version': '1.1.0', // Version of the bot
|
||||||
'token': 'the_bot_token', // Discord API Token for this bot
|
'token': 'the_bot_token', // Discord API Token for this bot
|
||||||
|
|
|
@ -194,7 +194,7 @@ export const removeMemberFromEvent = async (
|
||||||
await sendDirectMessage(bot, memberToPromote.id, {
|
await sendDirectMessage(bot, memberToPromote.id, {
|
||||||
embeds: [{
|
embeds: [{
|
||||||
color: successColor,
|
color: successColor,
|
||||||
title: 'Good news, you\'ve been promoted!',
|
title: "Good news, you've been promoted!",
|
||||||
description: `A member left [the full event](${utils.idsToMessageUrl(urlIds)}) in \`${await getGuildName(
|
description: `A member left [the full event](${utils.idsToMessageUrl(urlIds)}) in \`${await getGuildName(
|
||||||
bot,
|
bot,
|
||||||
evtGuildId,
|
evtGuildId,
|
||||||
|
|
Loading…
Reference in New Issue