Discord/classes/holo_bot.py

7 lines
155 B
Python
Raw Normal View History

2024-12-17 23:14:06 +02:00
from libbot.pycord.classes import PycordBot
class HoloBot(PycordBot):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)