Explorar el Código

Various bug fixes (twitch shilling, config issues with greets and goodbyes. naming issue in admin.py) some small changes to ux and some extra todos.

tags/v0.3.4
roxie hace 7 años
padre
commit
1bef09d927
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      main.py

+ 1
- 1
main.py Ver fichero

@@ -8,7 +8,7 @@ from discord.ext.commands import Bot
from config.config import Config
from cogs import cogs

__version__ = '0.3.3'
__version__ = '0.3.4'

settings = configparser.ConfigParser()
settings.read('config/settings.ini')

Cargando…
Cancelar
Guardar