Initial skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default class AwEChatMessage extends ChatMessage {
|
||||
/** @override */
|
||||
async getHTML(...args) {
|
||||
const html = await super.getHTML(...args)
|
||||
return html
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user