mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
cleanup testing utilities, documentation, and AI commentary
This commit is contained in:
parent
bd2382c94e
commit
ef6cea6f6c
150 changed files with 891 additions and 1233 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Data } from '@app/types';
|
||||
import type { IModeratorRequest } from '@app/websocket';
|
||||
import { ModeratorCommands } from '@app/websocket';
|
||||
import { WebsocketTypes } from '@app/websocket/types';
|
||||
|
||||
export class ModeratorRequestImpl implements IModeratorRequest {
|
||||
export class ModeratorRequestImpl implements WebsocketTypes.IModeratorRequest {
|
||||
banFromServer(
|
||||
minutes: number,
|
||||
userName?: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue