oliver-moran / mediawiki

A JavaScript framework for the MediaWiki API.
GNU General Public License v3.0
34 stars 19 forks source link

Error when page is not existant #8

Closed OfficialCRUGG closed 2 years ago

OfficialCRUGG commented 5 years ago

I am currently working on a Discord Bot, which should send the user the text of a page, if it exists. If it doesn't exist, it should give the user an error message. Sending the text for pages works fine, but if a page doesn't exist, the bot just crashes and prints out

How can I stop the application from crashing and make it do something, if the page doesn't exist?