3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
|
export default class EmbedColours {
|
||
|
public static readonly Ok = 0x3050ba;
|
||
|
}
|