remove print statement

This commit is contained in:
Abigail 2019-12-23 13:34:56 -05:00
parent 2ccb225a5f
commit 9e79eececc
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ async def _ensure_activity():
try:
tz = pytz.timezone(opt.status_tz)
except pytz.exceptions.UnknownTimeZoneError:
print(f'[!!] UnknownTimeZoneError: {opt.status_tz}')
await bot.change_presence(activity=discord.Game(name=status))
return