Selaa lähdekoodia

removed old todo from customcommands

tags/v1.3.0
roxie 6 vuotta sitten
vanhempi
commit
29069181b1
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. +0
    -2
      cogs/customcommands.py

+ 0
- 2
cogs/customcommands.py Näytä tiedosto

@@ -4,8 +4,6 @@ from discord.ext.commands import group
from config.server_config import ServerConfig
import load_config

# TODO: Sort out admin commands, mod commands, the settings before ever pushing this to general use. It needs to be a mod only thing.

def blacklisted(user):
with open("config/blacklist.txt", "r") as fp:
for line in fp.readlines():

Loading…
Peruuta
Tallenna