コード例 #1
0
ファイル: log_channel.py プロジェクト: AnonymousVip/Rocky
def __stats__():
    return "• <code>{}</code> log channels set.".format(sql.num_logchannels())
コード例 #2
0
def __stats__():
    return "• `{}` log channels set.".format(sql.num_logchannels())
コード例 #3
0
 def __stats__():
     return tl(OWNER_ID,
               "`{}` log channels set.").format(sql.num_logchannels())