mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-09-01 14:50:18 +08:00
976f016144
ReadMe更改
20 lines
476 B
Java
20 lines
476 B
Java
package org.example.constpool;
|
|
|
|
/**
|
|
* 模块名
|
|
* @author Genius
|
|
* @date 2023/08/02 18:44
|
|
**/
|
|
public class ModuleName {
|
|
public static final String CHOPPER_BOT = "ChopperBot";
|
|
|
|
public static final String HOT = ConstPool.HOT;
|
|
|
|
public static final String CREEPER = ConstPool.CREEPER;
|
|
|
|
public static final String FILE = ConstPool.FILE;
|
|
|
|
public static final String BARRAGE = ConstPool.BARRAGE;
|
|
public static final String LIVE = ConstPool.LIVE_RECORD;
|
|
}
|