changes
parent
75aa1d3b63
commit
b9930916ec
|
@ -1,7 +1,7 @@
|
||||||
import { Message, TextChannel } from 'eris';
|
import { Message, TextChannel } from 'eris';
|
||||||
|
import axios from 'axios';
|
||||||
import { apply as Apply } from '.';
|
import { apply as Apply } from '.';
|
||||||
import { Client, Command, RichEmbed } from '../class';
|
import { Client, Command, RichEmbed } from '../class';
|
||||||
import axios from 'axios';
|
|
||||||
|
|
||||||
export default class SAA_Approve extends Command {
|
export default class SAA_Approve extends Command {
|
||||||
public applyCommand: Apply;
|
public applyCommand: Apply;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* eslint-disable no-shadow */
|
||||||
import { Document, Schema, model } from 'mongoose';
|
import { Document, Schema, model } from 'mongoose';
|
||||||
|
|
||||||
enum Severity {
|
enum Severity {
|
||||||
|
|
Loading…
Reference in New Issue