Initial commit of Discord GLHF Bot with core functionality, configuration, and dependencies.
This commit is contained in:
8
discord_glhf.py
Executable file
8
discord_glhf.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Discord GLHF Bot - Entry point script.
|
||||
"""
|
||||
from discord_glhf.main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user