소스 검색

gss error should be fixed now

tags/v1.4.1
Roxie Gibson 6 년 전
부모
커밋
19f0c80fa2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cogs/gss.py

+ 1
- 1
cogs/gss.py 파일 보기

@@ -8,7 +8,7 @@ from config.server_config import ServerConfig


def is_gss():
return commands.check(lambda ctx: ctx.guild.id == "393764974444675073")
return commands.check(lambda ctx: ctx.guild.id == str(393764974444675073))

def is_not_nsfw_disabled():
def predicate(ctx):

Loading…
취소
저장