Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
forgotten fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djetelina committed Jun 6, 2016
1 parent 0dd6f23 commit dc9ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/restricted.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def update(self):
if version is not None:
msg = "I have been updated! New version: {}\n\n```md\n{}```".format(
version.version, version.changelog.split("_____")[0])
await self.bot.send_message(self.bot.get_channel(settings.channels['programming']), msg)
await self.bot.send_message(self.bot.get_channel(settings.channels['general']), msg)

@commands.command(hidden=True, pass_context=True, description=desc.rtfh, brief=desc.rtfhb)
@checks.mod_or_permissions(manage_messages=True)
Expand Down

0 comments on commit dc9ee62

Please sign in to comment.