📝 removed references to error codes

This commit is contained in:
NikolajDanger
2021-08-20 16:39:44 +02:00
parent f4c485dfe0
commit c7a0c773dc
7 changed files with 50 additions and 51 deletions

View File

@ -149,7 +149,7 @@ class Other():
searchResult = searchResults[0]
else:
self.bot.log("Couldn't find the page")
await ctx.send("Couldn't find page (error code 1002)")
await ctx.send("Couldn't find page")
else:
foundPage = True
self.bot.log("Searching for a random page")