Got rid of embed import

merge-requests/1/merge
Bsian 2019-11-17 02:57:59 +00:00
parent 48468754c5
commit 1a0162734d
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { Message } from 'eris'; import { Message } from 'eris';
import axios from 'axios'; import axios from 'axios';
import { Client } from '..'; import { Client } from '..';
import { Command, RichEmbed } from '../class'; import { Command } from '../class';
export default class SecureSign_ActivateKey extends Command { export default class SecureSign_ActivateKey extends Command {
constructor(client: Client) { constructor(client: Client) {