Преглед на файлове

fixed issue with custom commands always lowering output

tags/v1.3.0
roxie преди 6 години
родител
ревизия
c9fd75b0d0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      cogs/customcommands.py

+ 1
- 1
cogs/customcommands.py Целия файл

@@ -45,7 +45,7 @@ class CustomCommands():
"Adds a custom command to the list of custom commands."
self.servers = self.con.load_config()
command = command.lower()
output = output.lower()
output = output
zero = self.servers[ctx.message.server.id]["custom_commands"]["0"]
one = self.servers[ctx.message.server.id]["custom_commands"]["1"]


Loading…
Отказ
Запис