We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c669233 commit 1dbdbf7Copy full SHA for 1dbdbf7
1 file changed
src/commands/Tags/raw.ts
@@ -54,7 +54,7 @@ export default class TagRaw extends Command {
54
await message.guild.tags.init();
55
}
56
const manager = message.guild.tags;
57
- const cachedTag = await manager.getTag(tag);
+ const cachedTag = await manager.getTag(tag, true, true);
58
if (!cachedTag) return await message.error("TAG_INVALID_TAG", { tag });
59
return await message.channel.send({
60
content: await this.client.util.haste(
0 commit comments