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

Commit

Permalink
Add myself to info
Browse files Browse the repository at this point in the history
Add myself to contact info on cogs I've worked on.
  • Loading branch information
DiscordLiz committed Feb 18, 2019
1 parent c4f4fcb commit e7a0db7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bansync/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": ["mikeshardmind(Sinbad)"],
"author": ["mikeshardmind(Sinbad)", "DiscordLiz"],
"install_msg": "Read the help first, this has some dangerous commands when misused",
"name": "BanSync",
"disabled": false,
Expand Down
3 changes: 1 addition & 2 deletions embedmaker/embedmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ async def no_storage_adv(self, ctx, *, data):
except Exception:
await ctx.send("There was something wrong with that input", delete_after=30)


@commands.guild_only()
@commands.bot_has_permissions(embed_links=True)
@_embed.command(name="upload")
Expand All @@ -113,7 +112,7 @@ async def make_upload(self, ctx: commands.Context, name: str):
group = self.config.custom("EMBED", ctx.guild.id, name)
if await group.owner() not in (ctx.author.id, None):
return await ctx.maybe_send_embed("An embed with that name already exists!")

try:
with io.BytesIO() as fp:
await ctx.message.attachments[0].save(fp)
Expand Down
2 changes: 1 addition & 1 deletion embedmaker/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": ["mikeshardmind(Sinbad)"],
"author": ["mikeshardmind(Sinbad)", "DiscordLiz"],
"install_msg": "If you need help, I have a channel in https://discord.gg/mb85deu",
"name": "EmbedMaker",
"disabled": false,
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author" : ["mikeshardmind (Sinbad)"],
"author" : ["mikeshardmind (Sinbad)", "DiscordLiz"],
"install_msg" : "The cogs within are provided as-is. Fixes will happen when I have time. Open an issue on Github if you want to draw my attention to it. \nI'm also around in https://discord.gg/mb85deu as well as https://discord.gg/red",
"name" : "Sinbad's Cogs",
"short" : "Handful of various tools and features that I've wanted.",
Expand Down
2 changes: 1 addition & 1 deletion rolemanagement/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": [
"mikeshardmind(Sinbad)"
"mikeshardmind(Sinbad)", "DiscordLiz"
],
"install_msg": "If you need help, I have a channel in https://discord.gg/mb85deu",
"name": "RoleManagement",
Expand Down
4 changes: 2 additions & 2 deletions scheduler/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": [
"mikeshardmind(Sinbad)"
"mikeshardmind(Sinbad)", "DiscordLiz"
],
"install_msg": "This is a basic implementation. More features soon. Locked to mods and higher by default, use permissions to allow others. If you need help, I have a channel in https://discord.gg/mb85deu This modifies the behavior of discord.TextChannel.delete_messages, as well as the core cleanup cog partially to not break normal use, but work with commandss like cleanup.",
"install_msg": "This is a basic implementation. More features soon. Locked to mods and higher by default, use permissions to allow others. If you need help, I have a channel in https://discord.gg/mb85deu This modifies the behavior of discord.TextChannel.delete_messages, as well as the core cleanup cog partially to not break normal use, but work with commands like cleanup.",
"name": "Scheduler",
"disabled": false,
"short": "A timezone aware scheduler cog",
Expand Down

0 comments on commit e7a0db7

Please sign in to comment.