From 94844bba079af0dc40b5c93ab48bbd5e04b0da04 Mon Sep 17 00:00:00 2001 From: Pin Lin Date: Thu, 19 Apr 2018 17:32:28 +0800 Subject: [PATCH] project rename --- README.md | 6 +++--- interface.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee59e60..38f9f67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# kCOJ Bot +# KCOJ Bot + +Kuo C-Language Online Judge Bot Telegram Bot that is for students in The Great NTUT CSIE. @@ -15,8 +17,6 @@ It runs as [@kcoj_bot](https://telegram.me/kcoj_bot) now. ## Usage -Like this: - ```bash while true; do git pull; python3 bot.py; done ``` diff --git a/interface.py b/interface.py index 28a0f37..01024a7 100644 --- a/interface.py +++ b/interface.py @@ -190,7 +190,7 @@ class Kuser: bot.sendMessage(chat_id, "點我到題目頂", reply_to_message_id=reply['message_id']) def help(self): - bot.sendMessage(self._userid, "這裡是 kC Online Judge Bot!\n" + bot.sendMessage(self._userid, "這裡是 Kuo C-Language Online Judge Bot!\n" "可以簡稱 KCOJ Bot,目前定居於 [" + NAME + "]\n" "作用是讓大家可以方便的透過我使用郭老程設課的 Online Judge\n" "➡️[OJ 傳送門](" + URL + ")\n" @@ -207,7 +207,7 @@ class Kuser: "聯絡我請私訊 @PinLin\n" "原始碼被託管於 GitHub,如果想要鼓勵我的話可以幫我按個星星>