Added !server, !join and some general improvements

Audio's task now properly checks if the audio module is still loaded
Added !server to cogs.general for server info
Added !join <invite> (owner only) to make Red join other servers
settings.json now gets deleted if login fails
This commit is contained in:
Twentysix
2016-02-13 14:52:26 +01:00
parent a86389c9e8
commit dc0bf207b8
4 changed files with 87 additions and 39 deletions

View File

@@ -2,7 +2,6 @@ import discord
from discord.ext import commands
from .utils import checks
from .utils.dataIO import fileIO
import __main__
import os
class Mod: