先查看包包 包包check # cogs/money.py # 略 @bot.command() async def bag(ctx): await...
關於貨物沒進到口袋這檔事 回到剛才的函式,我們分為2部分,第一是如果存在,那amount的數字必須加上買的數量,第二是如果沒有,那就添加 #cogs/mon...
報錯 也就是所謂的error,我們有多種方式做處理 第一種 使用廣泛類型 # cogs/event.py # 略 @commands.Cog.liste...
使用Auttaja 點擊Dashboard 選擇Assignable & Giveable Roles 在聊天室輸入 -assignrole...
撰寫大家熟知的終極密碼 示意圖 開始撰寫 # cogs/guess.py @commands.command() async def guess(self...
鬧鐘 # cogs/......略 @commands.command() async def clock(self, ctx, mins, todo):...
補上缺漏和元素 games, economy之類的先補上 @commands.command() async def sms(self, ctx):...
1. 註冊及登入mongo database 2. Altas 點這邊 之後應該會出現這個畫面 點擊Add new project next後,cr...
建立 data.py 套入 pip install mongo bot_id.json { "token":"You...
開始部屬 點擊 登入後會看到這個畫面 點擊左上方的加號 進行第一次的線上coding 在main上輸入 import discord 等...