Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add !iconic command #4

Open
EchoFrost opened this issue Jan 16, 2021 · 0 comments · May be fixed by #27
Open

Add !iconic command #4

EchoFrost opened this issue Jan 16, 2021 · 0 comments · May be fixed by #27
Assignees
Labels
Legacy Command Migration The porting of legacy functionality into the application.
Projects

Comments

@EchoFrost
Copy link
Owner

EchoFrost commented Jan 16, 2021

Should embed the following image:
https://i.imgur.com/k7FjY1m.jpg

👴📈

    elif message.content.startswith('!iconic'):
        msg = discord.Embed()
        msg.set_image(url="https://i.imgur.com/k7FjY1m.jpg")
        yield from channel.send(embed=msg)
@EchoFrost EchoFrost created this issue from a note in Task Board (Backlog) Jan 16, 2021
@EchoFrost EchoFrost assigned EchoFrost and unassigned EchoFrost Jan 16, 2021
@EchoFrost EchoFrost added the Legacy Command Migration The porting of legacy functionality into the application. label Jan 16, 2021
@EchoFrost EchoFrost added this to the Legacy Command Migration milestone Jan 16, 2021
@AtomicW0mbat AtomicW0mbat moved this from Backlog to In Progress in Task Board Jan 17, 2021
@AtomicW0mbat AtomicW0mbat self-assigned this Jan 17, 2021
@AtomicW0mbat AtomicW0mbat linked a pull request Jan 17, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Legacy Command Migration The porting of legacy functionality into the application.
Projects
Task Board
In Progress
Development

Successfully merging a pull request may close this issue.

2 participants