()
| 16 | class Direct extends Guild { |
| 17 | channels: Group[]; |
| 18 | getUnixTime(): number { |
| 19 | throw new Error("Do not call this for Direct, it does not make sense"); |
| 20 | } |
| 21 | discovery: Discovery; |
| 22 | constructor(json: dirrectjson[], owner: Localuser) { |
| 23 | super(-1, owner, null); |
no outgoing calls
no test coverage detected