Skip to content

Commit eb1545d

Browse files
authored
Syntax error
You can't use "" when using the ${} in a string, or else you'll see "Get info about me, ${app.client.user.tag}!" - literally - instead of "Get info about me, TheCodingGuy#6697".
1 parent 2480b54 commit eb1545d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/cmds/General/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
name: "about",
3-
description: "Get info about me, ${app.client.user.tag}!",
3+
description: `Get info about me, ${app.client.user.tag}!`,
44
guildOnly: false,
55
authorizedGuilds: [],
66
hidden: false,

0 commit comments

Comments
 (0)