diff options
Diffstat (limited to 'src/commands/minecraft/getbody.ts')
| -rw-r--r-- | src/commands/minecraft/getbody.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/minecraft/getbody.ts b/src/commands/minecraft/getbody.ts index 3fb6eec..d33192b 100644 --- a/src/commands/minecraft/getbody.ts +++ b/src/commands/minecraft/getbody.ts @@ -39,7 +39,7 @@ module.exports = class GetBodyMinecraft extends Command { .setAuthor(uUsername, `https://minotar.net/body/${encodeURIComponent(uUsername)}`) .setImage(`https://minotar.net/body/${encodeURIComponent(uUsername)}`) - //console.debug(`URL for ${uUsername}:`, emb.image?.url) + console.debug(`URL for ${uUsername}:`, emb.image?.url) msg.reply(emb) } };
\ No newline at end of file |