Просмотр исходного кода

removed dumb print

tags/v2.0.0
Roxie Gibson 5 лет назад
Родитель
Сommit
4c1f466f30
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      roxbot/guild_settings.py

+ 0
- 1
roxbot/guild_settings.py Просмотреть файл

@@ -98,7 +98,6 @@ def _check_for_missing_cog(server_id, name, cog):
cog.settings.pop("limited_to_guild")
except KeyError:
pass # limited_to_guild is a arg that can be passed to limit a cog to one server.
print("{}.json".format(name))
if "{}.json".format(name) not in os.listdir("roxbot/settings/servers/{}".format(server_id)):
_make_cog_json_file(server_id, name, cog.settings)
return True

Загрузка…
Отмена
Сохранить