I hereby claim:
- I am charlie-moomoo on github.
- I am littlecow (https://keybase.io/littlecow) on keybase.
- I have a public key whose fingerprint is B723 005C A08E 2C94 FA70 7CD3 8805 91A5 874C F645
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
本頁面已不再維護,請移至charliemoomoo/DinoHacks
本頁面將會保留,以供查看舊版程式碼。
| { | |
| "name":"綠水靈吐司", | |
| "introduction":"綠水靈和吐司的融合體。", | |
| "author":"ben6499" | |
| } |
| { | |
| "name":{"zh":"[中文吐司名稱]","en":"[英文吐司名稱]"}, | |
| "introduction":{"zh":"[中文吐司介紹]","en":"[英文吐司介紹]"}, | |
| "author":"[吐司作者名稱]", | |
| "other":"[其他備註]" | |
| } |
| { | |
| "name":"[吐司名稱]", | |
| "introduction":"[吐司介紹]", | |
| "author":"[吐司作者名稱]", | |
| "2ndauthor":"[吐司二創者名稱]" | |
| } |
| { | |
| "name":"[吐司名稱]", | |
| "introduction":"[吐司介紹]", | |
| "author":"[吐司作者名稱]" | |
| } |
| let Discord; | |
| let moment; | |
| if (typeof window !== "undefined") { | |
| Discord = DiscordJS; | |
| moment = Momentl; | |
| } else { | |
| Discord = require("discord.js"); | |
| moment = require('moment'); | |
| } | |
| const { |