thaldrin/variables.ts

50 lines
1.4 KiB
TypeScript
Raw Normal View History

2021-04-04 15:17:46 +00:00
export default {
2021-04-09 18:44:07 +00:00
/**
* Default Prefixes
*/
2021-05-06 20:14:34 +00:00
prefix: ["<@434662676547764244>", "<@!434662676547764244>", 'thal'],
2021-04-09 18:44:07 +00:00
/**
* Developers of the Bot
*/
developers: [
{
2021-04-10 01:52:00 +00:00
/**
* Discord ID of the Developer
*/
2021-05-10 15:22:52 +00:00
id: "318044130796109825", // Lio
// id: "3180441307961098255", // Lio
2021-04-10 01:52:00 +00:00
link: "https://kji.tf/twitter"
2021-04-09 18:44:07 +00:00
}
2021-04-10 01:52:00 +00:00
],
/**
* Contributors, in one way or another, that helped me make Thaldrin
*/
contributors: [
{
id: "150745989836308480",
link: "https://github.com/Cynosphere",
nick: "Cynthia",
reason: "Letting me copy HiddenPhox' Shortlink feature."
},
{
id: "356323373443448843",
link: "https://twitter.com/ThalLycal",
2021-04-24 15:42:26 +00:00
nick: "Zuroth",
2021-04-10 01:52:00 +00:00
reason: "Letting me use his Sona as a Mascot. <:lioLove:760165648063397942> "
},
],
/**
* Name of the Bot
*/
name: "Thaldrin Beta",
2021-04-10 01:52:00 +00:00
source: `[t8.pm/source](https://t8.pm/source)`,
avatar: "https://thaldrin.media/avatar.png",
support: {
id: "828978320279863306",
invite: "https://thaldr.in/"
},
tagline: "A Random Image and Utility Bot",
color: "#ff995d",
2021-05-05 12:57:42 +00:00
website: "thaldr.in",
invite: "https://t8.pm/legacy-invite"
2021-04-04 15:17:46 +00:00
}