python-discord / meta

Issue tracker for suggestions and other questions relating to our community
https://pythondiscord.com
31 stars 5 forks source link

Contribute tag suggestion. #109

Closed SurajBhari closed 2 years ago

SurajBhari commented 3 years ago

!contribute/!contribution tag to link python-discord' projects and suggest reading https://pythondiscord.com/pages/contributing/

. anyone can work on this one.

dawnofmidnight commented 3 years ago

So you're looking for something like this? (Ignore the weird formatting, it was an online preview.)

image

The code for that would be something like:

embed = discord.Embed(title="Contributing", description="Python Discord has a number of open-source projects that anyone can contribute too such as our community's utility bot @Python, @Sir Lancebot, our community project, and our [website](https://pythondiscord.com). You can find all of our projects on our [GitHub](https://git.pythondiscord.com).")
embed.set_thumbnail(url="https://raw.githubusercontent.com/python-discord/branding/main/seasonal/evergreen/other_assets/avatar_blue.png")
await ctx.send(embed=embed)
Akarys42 commented 3 years ago

That looks pretty good. I'd say that Python should be called utility bot rather than moderation, and the bot could be mentioned instead.

dawnofmidnight commented 3 years ago

Yeah, it was just an idea. I think that would look better too.

Shivansh-007 commented 3 years ago

One more thing, instead of adding the thumbnail as a asset from the branding repository, you should probably use the bot's avatar link.

dawnofmidnight commented 3 years ago

Will do. That's just where I found it first, but I'll change it. Do you know where I can find that link?

Shivansh-007 commented 3 years ago

Will do. That's just where I found it first, but I'll change it. Do you know where I can find that link?

self.bot.user.avatar_url

Akarys42 commented 3 years ago

If we make it a tag, and i would say that we should, we can't customize the icon.

Shivansh-007 commented 3 years ago

We could add this along with https://github.com/python-discord/bot/issues/1154 probably.

Akarys42 commented 3 years ago

We could add this along with python-discord/bot#1154 probably.

I'd say that the scopes are too different for that. This one is about creating a new tag, while the other one is about adding another subcommand to !source°