mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix escapeMarkdown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const { escapeMarkdown } = require('discord.js');
|
||||
const { Util: { escapeMarkdown } } = require('discord.js');
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { shuffle } = require('../../util/Util');
|
||||
const Game = require('../../structures/cards-against-humanity/Game');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const { escapeMarkdown } = require('discord.js');
|
||||
const { Util: { escapeMarkdown } } = require('discord.js');
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { shuffle } = require('../../util/Util');
|
||||
const Game = require('../../structures/cards-against-humanity/Game');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const { escapeMarkdown } = require('discord.js');
|
||||
const { Util: { escapeMarkdown } } = require('discord.js');
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { list, verify } = require('../../util/Util');
|
||||
const TarotDeck = require('../../structures/tarot/TarotDeck');
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const { MessageActionRow, MessageButton } = require('discord.js');
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { escapeMarkdown } = require('discord.js');
|
||||
const { Util: { escapeMarkdown } } = require('discord.js');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const { readFile } = require('fs/promises');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { escapeMarkdown } = require('discord.js');
|
||||
const { Util: { escapeMarkdown } } = require('discord.js');
|
||||
const { reactIfAble } = require('../../util/Util');
|
||||
const { SUCCESS_EMOJI_ID, FAILURE_EMOJI_ID } = process.env;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user