/[sudobot]/trunk/src/cli-commands/guild/BanGuildCommand.ts
ViewVC logotype

Diff of /trunk/src/cli-commands/guild/BanGuildCommand.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 81 by rakin, Mon Jul 29 17:28:31 2024 UTC revision 148 by rakin, Mon Jul 29 17:28:47 2024 UTC
# Line 1  Line 1 
1  import { exit } from "process";  import { exit } from "process";
2  import DiscordClient from "../../client/Client";  import DiscordClient from "../../client/Client";
3  import BannedGuild from "../../models/BannedGuilds";  import BannedGuild from "../../models/BannedGuild";
4  import BaseCLICommand from "../../utils/structures/BaseCLICommand";  import BaseCLICommand from "../../utils/structures/BaseCLICommand";
5    
6  export default class BanGuildCommand extends BaseCLICommand {  export default class BanGuildCommand extends BaseCLICommand {

Legend:
Removed from v.81  
changed lines
  Added in v.148

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26