瀏覽代碼

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 7 年之前
父節點
當前提交
1bef09d927
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      main.py

+ 1
- 1
main.py 查看文件

@@ -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')

Loading…
取消
儲存