Commit c73b09e9 authored by nanahira's avatar nanahira

fix

parent e27e2f43
Pipeline #15654 passed with stages
in 4 minutes and 28 seconds
......@@ -66,7 +66,7 @@ export class CommandService extends ConsoleLogger {
}
this.log(`Giving ${actionDescription}`);
try {
await (session.bot as OneBotBot).internal.setGroupSpecialTitle(
await (session.bot as unknown as OneBotBot).internal.setGroupSpecialTitle(
session.guildId,
rankUserId,
rank,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment