Skip to content

Commit

Permalink
[types] remove string from Uin
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Jan 13, 2021
1 parent ae5a21c commit 354445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as events from 'events';
import { OutgoingHttpHeaders } from 'http';
import * as log4js from 'log4js';

export type Uin = string | number;
export type Uin = number;

// 大多数情况下你无需关心这些配置项,因为默认配置就是最常用的,除非你需要一些与默认不同的规则
export interface ConfBot {
Expand Down

0 comments on commit 354445e

Please sign in to comment.