commit aa1c551387d533933c1aa7f2e58152e7f2ff49b0 parent b43ac6219ceb4b6ddc84db68facb7e083d733476 Author: danyisill <danyisill@users.noreply.github.com> Date: Fri, 22 May 2020 02:42:08 +0300 Cope Diffstat:
A | lib/commands/instgen.ts | | | 7 | +++++++ |
A | lib/resources/media/instgen.mp3 | | | 0 |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/lib/commands/instgen.ts b/lib/commands/instgen.ts @@ -0,0 +1,6 @@ +import { MessageAttachment } from 'discord.js'; +export default async (home_scope: HomeScope) => { + const { message } = home_scope; + const a = new MessageAttachment('../resources/media/instgen.mp3', 'instgen.mp3'); + message.channel.send('', a); +}+ \ No newline at end of file diff --git a/lib/resources/media/instgen.mp3 b/lib/resources/media/instgen.mp3 Binary files differ.