#!/usr/bin/env python3 """ Discord GLHF Bot - Entry point script. """ from discord_glhf.main import main if __name__ == "__main__": main()