mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 18:33:55 +09:00
Use readonly
This commit is contained in:
@ -14,7 +14,7 @@ const titles = ['さん', 'くん', '君', 'ちゃん', '様', '先生'];
|
||||
const invalidChars = ['@', '#', '*', ':', '(', '[', ' ', ' '];
|
||||
|
||||
export default class CoreModule implements IModule {
|
||||
public name = 'core';
|
||||
public readonly name = 'core';
|
||||
private ai: 藍;
|
||||
|
||||
public install = (ai: 藍) => {
|
||||
|
Reference in New Issue
Block a user