Metadata-Version: 2.1
Name: dis-uniter
Version: 0.0.1
Summary: A keep-alive server for discord.py on replit
Home-page: https://github.com/noneofyourbusiness1415252/Discord-Maths-Bot/blob/main/disuniter.py
Author: Umar Sharief
Author-email: umar.sharief04@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/noneofyourbusiness1415252/Discord-Maths-Bot/issues
Description: # dis-uniter
        This creates a simple website to go with your discord.py bot on https://replit.com so it can be kept alive. If your bot does not have intents that reveal private data (message content, presences, members), it also includes a logger.
        ## Usage 
        ```
        from disuniter import keepAlive
        from discord.ext import commands
        bot = commands.Bot()
        keepAlive(bot)
        bot.run()
        ```
        ## Why is it called dis-uniter?
        I am keeping Discord bots alive. Discord = disagreement. I am dis-uniting by keeping disagreements alive.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
