forked from PluralFlux/PluralFlux
Revert "adding debounce" cus it's not working
This reverts commit 1d27db960c.
# Conflicts:
# src/bot.js
This commit is contained in:
@@ -54,7 +54,7 @@ cmds.set('import', {
|
||||
if ((message.content.includes('--help') || (args[0] === '' && args.length === 1)) && !attachmentUrl ) {
|
||||
return await message.reply(enums.help.IMPORT);
|
||||
}
|
||||
return await importHelper.debounceImport(message.author.id, attachmentUrl).then(async (successfullyAdded) => {
|
||||
return await importHelper.pluralKitImport(message.author.id, attachmentUrl).then(async (successfullyAdded) => {
|
||||
await message.reply(successfullyAdded);
|
||||
}).catch(async (error) => {
|
||||
if (error instanceof AggregateError) {
|
||||
|
||||
Reference in New Issue
Block a user