MsRewards-Reborn/modules/Classes/DiscordConfig.py

15 lines
312 B
Python
Raw Permalink Normal View History

from modules.Tools.logger import debug
class DiscordConfig:
def __init__(self):
self.avatar_url = ""
self.wh_link = None
self.wh = None
class FakeWebHook:
2024-04-10 12:15:14 +02:00
def send(self, *args, **kwargs):
debug(f"Used a webhook call without webhook url with {args} {kwargs}")