move devs to variables and add types

This commit is contained in:
Lio Young 2021-04-09 20:44:07 +02:00
parent b12a772669
commit 7721b4f67b
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,18 @@
export default {
/**
* Name of the Bot in Logs
*/
name: "Panthera",
/**
* Default Prefixes
*/
prefix: ['thal', "<@434662676547764244>", "<@!434662676547764244>"],
/**
* Developers of the Bot
*/
developers: [
{
id: "318044130796109825" // Lio
}
]
}