crazygmr101 / AnsuraBot

The Unlicense
3 stars 4 forks source link

Wrong prefix in incorrect timezone error message #10

Closed DavidCuevasPR closed 4 years ago

DavidCuevasPR commented 4 years ago

When entering an incorrect timezone the bot will send an error message telling the user to do "!timezone". This is incorrect as Ansura's prefix is %

To Reproduce Steps to reproduce the behavior:

  1. Do %timezone (incorrect time zone)
  2. The message Ansura sends should be: "(timezone) is an invalid timezone Refer to !timezones for a list of supported timezones"

The message should instead be: "boop is an invalid timezone. Refer to %timezones for a list of supported timezones"