koishi-plugin-ggcevo-game 1.3.23 → 1.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -31,7 +31,6 @@ declare module 'koishi' {
31
31
  ggcevo_exchange: exchange;
32
32
  ggcevo_adminbenefit: adminbenefit;
33
33
  ggcevo_blacklist: blacklist;
34
- ggcevo_achievements: Achievement;
35
34
  ggcevo_pk: PKRecord;
36
35
  ggcevo_pk_logs: PKLog;
37
36
  ggcevo_equipment: equipment;
@@ -117,11 +116,6 @@ export interface blacklist {
117
116
  handle: string;
118
117
  createdAt: Date;
119
118
  }
120
- export interface Achievement {
121
- handle: string;
122
- achievementname: string;
123
- gaintime: Date;
124
- }
125
119
  export interface PKRecord {
126
120
  handle: string;
127
121
  name: string;