diff --git a/variables.ts b/variables.ts index 2a5065d..703fd5c 100644 --- a/variables.ts +++ b/variables.ts @@ -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 + } + ] } \ No newline at end of file