feature: bulk emote dl
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = {
|
||||
async execute(interaction) {
|
||||
await interaction.deferReply();
|
||||
|
||||
// this regex matches emotes in the format <:name:id> or <a:name:id>
|
||||
// this regex matches emotes in the format <:name:id> or <a:n>
|
||||
let emoteIdRegex = /<(?<animated>a?):(?<name>\w{0,22})\w*:(?<id>\d+)>/gm;
|
||||
let replyMessage = "";
|
||||
const input = interaction.options.getString("emote");
|
||||
|
Reference in New Issue
Block a user