Skip to content

Commit

Permalink
Merge branch 'master' into feat/ping-embed
Browse files Browse the repository at this point in the history
  • Loading branch information
schmooky authored Sep 4, 2019
2 parents 157ac9f + 4fc5879 commit c970e9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/core/Bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import BotMediaPlayer from './BotMediaPlayer';
import BotConsoleReader from './BotConsoleReader';
import BotCommandMap from './BotCommandMap';
import { ParsedMessage, parse } from './BotCommandParser';
import { embedPing } from './BotEmbed';

import logger from '../utils/logger';

Expand Down
3 changes: 1 addition & 2 deletions src/core/BotEmbed.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichEmbed, Client } from 'discord.js';
import { RichEmbed } from 'discord.js';

import { MediaItem } from './BotMedia';
import BotMediaQueue from './BotMediaQueue';
Expand Down Expand Up @@ -114,5 +114,4 @@ export {
embedList,
embedHelp,
embedMultipleTracksAdded,
embedPing,
};

0 comments on commit c970e9b

Please sign in to comment.