Fixing some dracula verses and picking a random image for each embed
This commit is contained in:
parent
f8bd6d7f9b
commit
3a00849afa
@ -102,12 +102,20 @@ class Cheeky(commands.Cog):
|
||||
async def dracula(self, ctx: commands.Context):
|
||||
verse = random.choice(open("/app/dracula flow.txt").read().splitlines())
|
||||
embed = discord.Embed(
|
||||
description="# %s" % verse,
|
||||
description="# %s" % verse.upper(),
|
||||
color=discord.Color.red(),
|
||||
type="rich",
|
||||
)
|
||||
images = [
|
||||
"https://i.kym-cdn.com/editorials/icons/original/000/006/605/dracula_flow.jpg",
|
||||
"https://i.ytimg.com/vi/143GFLwm9Hk/maxresdefault.jpg",
|
||||
"https://pbs.twimg.com/media/GASOv75XUAAuLZq.jpg:large",
|
||||
"https://i.ytimg.com/vi/1Onr4z2fdDM/hq720.jpg",
|
||||
"https://images.genius.com/849ee70350655faade56ce88d3b41c54.1000x899x1.png",
|
||||
"https://pbs.twimg.com/media/GAR5seTbcAAr1Fb.jpg",
|
||||
]
|
||||
|
||||
embed.set_image(url="https://i.ytimg.com/vi/143GFLwm9Hk/maxresdefault.jpg")
|
||||
embed.set_image(url=random.choice(images))
|
||||
|
||||
await ctx.respond(embed=embed)
|
||||
|
||||
|
@ -55,7 +55,6 @@ Ass so fat.
|
||||
I'm peakin' off this Danny Phantom, slime!
|
||||
Can you remind me who I am?
|
||||
Get the President on the phone now! I fronted him a brick! I need my money! Hello? Blac Chyna?
|
||||
|
||||
I smoke real Amrani rapscallion ghost nuggets y'all can't fuck with me
|
||||
I'm moving different this shit ain't nothing to me man
|
||||
I'm a dog
|
||||
@ -130,8 +129,8 @@ Hidden Valley Ranch ice cream cake in my Fronto Leaf
|
||||
Got Subanese crystalline shards pokin' out my lungs, fuck boy
|
||||
I'm in Göbekli Tepe shirtless in a loin cloth
|
||||
Blowing bareback asshole, out-smokin' aqueduct filtered sherm
|
||||
Told shorty to keep that box breathin' yeah
|
||||
She squeezin' the garlic, we smokin' java man
|
||||
Told shorty to keep that box breathin' yeah. She squeezin' the garlic
|
||||
we smokin' java man
|
||||
Face pressed up against that monkey, sniffin' for dear life
|
||||
The Cuban link will turn the diamond tester into a pipe bomb
|
||||
Glock-34 shivered his timbers
|
||||
@ -146,12 +145,10 @@ They said I wouldn't shit on 'em
|
||||
I spread my cheeks and hit 'em with an absolute screamer
|
||||
Lil' bro was emaciated, the Percs done ate lil' cuzzo ass up
|
||||
These cops are interrogating me about an ounce of weed As if I didn't kill an Applebee's hostess two miles away
|
||||
I come from a long bloodline of Italian leather
|
||||
My Bottegas have veins pumpin' through them
|
||||
I come from a long bloodline of Italian leather, My Bottegas have veins pumpin' through them
|
||||
Smoking indigenous Fronto Leaf in a bacon, egg, and cheese
|
||||
Hashtag: "Le Chemin du Roi"
|
||||
Eyes bloodshot, leanin' up against the wall
|
||||
Beatin' off to my Chrome Hearts boots
|
||||
Eyes bloodshot, leanin' up against the wall Beatin' off to my Chrome Hearts boots
|
||||
Opps was talkin' crazy, shot 'em in the mouth
|
||||
My Audemars Piguet worth the GDP of Yemen
|
||||
If this watch breaks, the foreign exchange market will take a twenty-eight percent hit, people will die
|
||||
|
Loading…
x
Reference in New Issue
Block a user