thaldrin/variables.ts

56 lines
1.5 KiB
TypeScript
Raw Permalink Normal View History

2021-04-04 15:17:46 +00:00
export default {
2021-04-09 18:44:07 +00:00
/**
* Default Prefixes
*/
2021-07-02 12:15:57 +00:00
prefix: ['thal', "<@434662676547764244>", "<@!434662676547764244>"],
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-07-11 17:34:37 +00:00
nick: "Thal",
2021-04-10 01:52:00 +00:00
reason: "Letting me use his Sona as a Mascot. <:lioLove:760165648063397942> "
},
2021-07-15 08:36:00 +00:00
{
id: "237359484488384512",
link: "https://github.com/Flolon",
nick: "Flo",
reason: "Providing a Host for Thaldrin "
},
2021-04-10 01:52:00 +00:00
],
/**
* Name of the Bot
*/
2021-07-11 17:34:37 +00:00
name: "Thaldrin",
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",
2021-07-15 08:43:16 +00:00
invite: "https://t8.pm/support"
2021-04-10 01:52:00 +00:00
},
tagline: "A Random Image and Utility Bot",
color: "#ff995d",
2021-05-05 12:57:42 +00:00
website: "thaldr.in",
2021-05-13 20:33:16 +00:00
invite: "https://t8.pm/legacy-invite",
2021-04-04 15:17:46 +00:00
}