vylbot-app/src/constants/EmbedColours.ts
Vylpes ed8f5927c8
Feature/81 slash command support (#192)
* Update discord.js

* Migrate to slash commands

* Clean up imports

* Update permissions

* Fix guild-specific commands not showing up

* Fix changes requested
2022-09-18 11:57:22 +01:00

3 lines
79 B
TypeScript

export default class EmbedColours {
public static readonly Ok = 0x3050ba;
}