소스 검색

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 파일 보기

"Adds a custom command to the list of custom commands." "Adds a custom command to the list of custom commands."
self.servers = self.con.load_config() self.servers = self.con.load_config()
command = command.lower() command = command.lower()
output = output.lower()
output = output
zero = self.servers[ctx.message.server.id]["custom_commands"]["0"] zero = self.servers[ctx.message.server.id]["custom_commands"]["0"]
one = self.servers[ctx.message.server.id]["custom_commands"]["1"] one = self.servers[ctx.message.server.id]["custom_commands"]["1"]



Loading…
취소
저장