mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 19:43:39 +00:00
Add more Typescript typings
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import { ColorResolvable } from "discord.js";
|
||||
|
||||
export default {
|
||||
|
||||
//credentials
|
||||
@ -14,7 +16,7 @@ export default {
|
||||
],
|
||||
|
||||
//misc
|
||||
embedColor: "#88aa00",
|
||||
embedColor: "#88aa00" as ColorResolvable,
|
||||
hostedBy: "[Warén Group](https://waren.io)",
|
||||
|
||||
//Settings
|
||||
|
Reference in New Issue
Block a user