Small tweaks to fomating
This commit is contained in:
@@ -14,7 +14,8 @@ export = {
|
||||
color(
|
||||
interaction.user.username + " ran " +
|
||||
interaction.commandName + " " +
|
||||
interaction.options.getSubcommand(), "pink"
|
||||
interaction.options.getSubcommand(),
|
||||
"pink"
|
||||
)
|
||||
)
|
||||
} catch {
|
||||
|
||||
@@ -47,8 +47,8 @@ export = {
|
||||
logToChannel("bot", {
|
||||
embeds: [{
|
||||
title: "Voice Channel Switch",
|
||||
description: userMention(oldState.member!.id) + " switched from " + channelMention(oldChannel.id) +
|
||||
" to " + channelMention(newChannel.id),
|
||||
description: userMention(oldState.member!.id) + " switched from " +
|
||||
channelMention(oldChannel.id) + " to " + channelMention(newChannel.id),
|
||||
color: embedColor,
|
||||
footer: {
|
||||
text: "ID: " + oldState.member!.id,
|
||||
|
||||
Reference in New Issue
Block a user