/[sudobot]/trunk/src/commands/fun/HttpcatCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/fun/HttpcatCommand.ts

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

revision 343 by rakin, Mon Jul 29 17:28:24 2024 UTC revision 344 by rakin, Mon Jul 29 17:29:40 2024 UTC
# Line 4  import DiscordClient from '../../client/ Line 4  import DiscordClient from '../../client/
4  import CommandOptions from '../../types/CommandOptions';  import CommandOptions from '../../types/CommandOptions';
5  import InteractionOptions from '../../types/InteractionOptions';  import InteractionOptions from '../../types/InteractionOptions';
6  import axios from 'axios';  import axios from 'axios';
 import path from 'path';  
 import { deleteFile, download } from '../../utils/util';  
7    
8  export default class HttpcatCommand extends BaseCommand {  export default class HttpcatCommand extends BaseCommand {
9      supportsInteractions: boolean = true;      supportsInteractions: boolean = true;

Legend:
Removed from v.343  
changed lines
  Added in v.344

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26