7 lines
155 B
Python
7 lines
155 B
Python
from libbot.pycord.classes import PycordBot
|
|
|
|
|
|
class HoloBot(PycordBot):
|
|
def __init__(self, *args, **kwargs):
|
|
super().__init__(*args, **kwargs)
|