| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-05-20 | Source: Make converter raising `BadArgument` again | -5/+5 | ||
| 2020-05-20 | Source: Fix `Cog` instance of source no `help` attribute | -1/+4 | ||
| 2020-05-20 | Source: Implement no argument GitHub repo response | -5/+11 | ||
| 2020-05-20 | Source: Remove `command` shadowing on converter | -3/+3 | ||
| 2020-05-20 | Source: Make `source` command to `command` instead `group` | -2/+2 | ||
| 2020-05-20 | Source: Create `source` command with alias `src` | -1/+7 | ||
| 2020-05-20 | Source: Create `build_embed` function that build embed of source item | -0/+27 | ||
| 2020-05-20 | Source: Add cog loading to __main__.py | -0/+1 | ||
| 2020-05-20 | Source: Create `get_source_link` function that build item's GitHub link | -2/+23 | ||
| 2020-05-19 | Source: Create converter for source object converting | -2/+31 | ||