本頁面已不再維護,請移至charliemoomoo/DinoHacks
本頁面將會保留,以供查看舊版程式碼。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let Discord; | |
let moment; | |
if (typeof window !== "undefined") { | |
Discord = DiscordJS; | |
moment = Momentl; | |
} else { | |
Discord = require("discord.js"); | |
moment = require('moment'); | |
} | |
const { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"[吐司名稱]", | |
"introduction":"[吐司介紹]", | |
"author":"[吐司作者名稱]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"[吐司名稱]", | |
"introduction":"[吐司介紹]", | |
"author":"[吐司作者名稱]", | |
"2ndauthor":"[吐司二創者名稱]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":{"zh":"[中文吐司名稱]","en":"[英文吐司名稱]"}, | |
"introduction":{"zh":"[中文吐司介紹]","en":"[英文吐司介紹]"}, | |
"author":"[吐司作者名稱]", | |
"other":"[其他備註]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"綠水靈吐司", | |
"introduction":"綠水靈和吐司的融合體。", | |
"author":"ben6499" | |
} |