Skip to content

Teddybiovlsi/discord-bot-maplestory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForTheBadge built-with-love forthebadge

Python 3.7 Open Source Love svg1

⚡ Introduction 簡介

Discord Python MapleStory 琉德-挑食怪公會用機器人

Discord Pyhon Bot 骨架


📥 Installation 安裝指南

運行環境 建議 Python 3.7 以上 / discord.py 1.7 以上
當前環境為Python 3.7/ discord.py 1.7.3

  1. 下載整個專案
  2. 解壓後將 example_setting.json 重新命名為 setting.json ; 自行修改設定檔裡的資料
  3. 運行 bot.py 即可

🔩 Folder structure 資料夾結構

/ # 根目錄
------------------------------------
- bot.py # bot 啟動主文件
- example_setting.json # 設定檔


/cmds # 放置所有 Cog 指令
------------------------------------
- main.py  #主要指令區(舉凡需要加上!號的在這檔案進行編寫)(可自行設定)
- event.py # 所有 event 觸發性事件指令區
- mod.py # 管理、控制類指令區
- owner.py # 擁有者權限指令區


/core  #放置類別、核心通用功能
------------------------------------
- classes.py # 主要類別區
- check.py # 自定全域指令檢查器
- error.py # 預設、自訂 錯誤管理器

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages