diff --git a/Procfile b/Procfile new file mode 100644 index 0000000000..b96cada769 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: python main.py \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000..d11dcde12d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# modmail + +reee diff --git a/cogs/utils.py b/cogs/utils.py new file mode 100644 index 0000000000..65256ab5f4 --- /dev/null +++ b/cogs/utils.py @@ -0,0 +1,23 @@ +""" +MIT License +Copyright (c) 2017 xaos1502 | https://xaos1502.github.io/robotsu +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + +import discord +import asyncio +from discord.ext import commands diff --git a/ext/formatter.py b/ext/formatter.py new file mode 100644 index 0000000000..65256ab5f4 --- /dev/null +++ b/ext/formatter.py @@ -0,0 +1,23 @@ +""" +MIT License +Copyright (c) 2017 xaos1502 | https://xaos1502.github.io/robotsu +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + +import discord +import asyncio +from discord.ext import commands diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..2f29053bcc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +git+https://github.com/Rapptz/discord.py@rewrite +aiohttp +websockets +chardet +requests +beautifulsoup4 +lxml +Pillow +pyfiglet +wikipedia +pyparsing +urbandict +colorthief +psutil +urllib3