harmony/src/structures/MessageMentions.ts

3 lines
56 B
TypeScript
Raw Normal View History

export class MessageMentions {
str: string = "str"
}