fixing blackjack and improving lookup
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
"""Exceptions for Gwendolyn"""
|
||||
|
||||
class GameNotInDatabase(Exception):
|
||||
def __init__(self, game: str, channel: str):
|
||||
self.message = f"There is no {game} game in channel {channel}"
|
||||
|
Reference in New Issue
Block a user