✨ Started work on converting all commands to slash-commands
This commit is contained in:
5
utils/__init__.py
Normal file
5
utils/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
"""A collections of utilities used by Gwendolyn and her functions"""
|
||||
|
||||
__all__ = ["Options"]
|
||||
|
||||
from .options import Options
|
Reference in New Issue
Block a user