-
Notifications
You must be signed in to change notification settings - Fork 18
No.1 做好設定 IDE Tool 及建立開發環境
wow890209 edited this page Jun 9, 2023
·
3 revisions
- 進入 IDE
Settings
頁面- 快捷鍵: Ctrl + Alt + S
- 搜尋關鍵字
Auto Import
- 啟用在
Kotlin
欄位下的Add unambiguous imports on the fly
- 進入 IDE
Settings
頁面 - 搜尋關鍵字
Editor General on save
- 啟用在
On Save
欄位下的Ensure every saved file ends with a line break
- 進入 IDE
Project Structure
頁面- 快捷鍵: Ctrl + Alt + Shift + S
- 在側邊攔尋找 Project Settings -> Project
- 為專案設定
SDK
且所使用的 Java version 17 或是更高
-
在 WSA-Utopia-Discord-Bot 根目錄找到
Main.kt
- Path:
{Project folder}
\WSA-Utopia-Discord-Bot\main\src\main\kotlin\tw\waterballsa\utopia\Main.kt
- Path:
-
點擊
Modify Run Configuration
-
在運行的設定檔
Configuration
頁籤中,在Environment variables
中填入以下參數:BOT_TOKEN=<your_discord_bot_token>; CHATGPT_TOKEN=; DEPLOYMENT_ENV=beta;