aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcogs/utils.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 0da89fe..633ff9c 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -107,13 +107,13 @@ class Utils(commands.Cog):
# Add extra comment based on number of sleepHrs
if sleepHrs == 0:
- await ctx.send(f"{ctx.message.author.display_name} -> your sleep is 0 hours long - nice try \:D")
+ await ctx.send(f"{ctx.message.author.display_name} -> your sleep is 0 hours long - nice try \:D")
elif sleepHrs <= 5:
if sleepHrs == 1:
s = ''
else:
- s = 's'
- await ctx.send(f"{ctx.message.author.display_name} -> your sleep is {sleepHrs} hour{s} long - {lessSleepMsg[randint(0, len(lessSleepMsg) - 1)]}")
+ s = 's'
+ await ctx.send(f"{ctx.message.author.display_name} -> your sleep is {sleepHrs} hour{s} long - {lessSleepMsg[randint(0, len(lessSleepMsg) - 1)]}")
else:
await ctx.send(f"{ctx.message.author.display_name} -> your sleep is {sleepHrs} hours long - {moreSleepMsg[randint(0, len(moreSleepMsg) - 1)]}")
@@ -134,12 +134,12 @@ class Utils(commands.Cog):
['Max', self.bot.get_user(543958509243596800), datetime.date(2020, 11, 10)],
['Mistaken', self.bot.get_user(264121998173536256), datetime.date(2020, 7, 6)],
['Murray', self.bot.get_user(400344183333847060), datetime.date(2020, 11, 10)],
- ['RKREE', self.bot.get_user(395872198323077121), datetime.date(2020, 11, 5)],
+ ['RKREE', self.bot.get_user(395872198323077121), datetime.date(2020, 11, 5)],
# idk if she goes by her irl name but I'm sticking with it for the sake of uniformity
# also idk how to pronounce prakxo
['Samantha', self.bot.get_user(226312219787264000), datetime.date(2020, 6, 24)],
['Scott', self.bot.get_user(223937483774230528), datetime.date(2020, 6, 23)],
- ['Sky', self.bot.get_user(329538915805691905), datetime.date(2020, 6, 24)],
+ ['Sky', self.bot.get_user(329538915805691905), datetime.date(2020, 6, 24)],
['Thomas', self.bot.get_user(280428276810383370), datetime.date(2020, 9, 29)]
]
@@ -220,10 +220,10 @@ class Utils(commands.Cog):
#return
await ctx.send(f"{ctx.message.author.display_name}, you have to wait {round(error.retry_after, 2)} seconds before using this again.")
- @commands.command()
- async def someone(self, ctx):
- if ctx.channel.id != int(self.bot.config[str(ctx.message.guild.id)]["fair_channel"]):
- await ctx.send(choice(ctx.guild.members).mention)
+ @commands.command()
+ async def someone(self, ctx):
+ if ctx.channel.id != int(self.bot.config[str(ctx.message.guild.id)]["fair_channel"]):
+ await ctx.send(choice(ctx.guild.members).mention)
@commands.command()
async def roll(self, ctx, pool):
/main/res/menu/inbox_activity.xml?id=04f16d56649d4badcd9b3cb8e56512d4fd7faaee&follow=1'>Add ViewPrivateMessagesActivity. Rename getSharedPreferences to getDefaultSha...Alex Ning44-102/+394 2020-06-29Test WorkManager. Still implementing PM.Alex Ning4-17/+66 2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning7-158/+190 2020-06-23Hide actionbar on imgur images too.Hermes Junior2-3/+20 2020-06-23For F-Droid release.Alex Ning1-5/+5 2020-06-23Prepare to support PM.Alex Ning5-10/+203 2020-06-23Fix flair cannot be applied when submitting posts. Fix crash in FollowedUsers...Alex Ning7-12/+16 2020-06-22Remove unnecessary maven repositories.Hermes Junior1-3/+0 2020-06-21Add Fastlane file structure for app metadata.Hermes Junior12-0/+37 2020-06-21Improve removed thing not found detection.Hermes Junior2-25/+33 2020-06-20Probably fix blurred images this time.Hermes Junior2-12/+12 2020-06-20Try another possible solution for blurry image problem.Alex Ning2-15/+16 2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning2-8/+13 2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning8-55/+85 2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning12-15/+60 2020-06-19Add version info to about section.Hermes Junior4-1/+30