aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-05-20Source: Rename cog + move checks status from footer to fieldGravatar ks129-6/+3
- Renamed cog from `Source` to `BotSource` for itself (bot will be unable to get cog, because this always return command). - Moved checks status from footer to field and changed it's content.
2020-05-20Source: Remove Cog check displaying from commandGravatar ks129-5/+0
2020-05-20Source: Remove links from title of embedsGravatar ks129-2/+2
2020-05-20Source: Make converter raising `BadArgument` againGravatar ks129-5/+5
2020-05-20Source: Fix `Cog` instance of source no `help` attributeGravatar ks129-1/+4
2020-05-20Source: Implement no argument GitHub repo responseGravatar ks129-5/+11
2020-05-20Source: Remove `command` shadowing on converterGravatar ks129-3/+3
2020-05-20Source: Make `source` command to `command` instead `group`Gravatar ks129-2/+2
2020-05-20Source: Create `source` command with alias `src`Gravatar ks129-1/+7
2020-05-20Source: Create `build_embed` function that build embed of source itemGravatar ks129-0/+27
2020-05-20Source: Add cog loading to __main__.pyGravatar ks129-0/+1
2020-05-20Source: Create `get_source_link` function that build item's GitHub linkGravatar ks129-2/+23
2020-05-19Source: Create converter for source object convertingGravatar ks129-2/+31