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?
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?