mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
updateRole and deleteInvite
This commit is contained in:
@@ -172,7 +172,7 @@ class Resolver {
|
||||
if (found)
|
||||
resolve(found);
|
||||
else
|
||||
reject(new Error("not found anything"));
|
||||
reject(new Error("Didn't found anything"));
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user