Skip to content

Commit

Permalink
buid: Remove broken disnake-debug and disnake-docs from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CaedenPH committed Jun 2, 2023
1 parent 7f56ad9 commit 5b64c61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Run main file
run: python main.py
- name: Run tests
run: pytest .
run: pytest tests/

2 changes: 1 addition & 1 deletion core/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_colour() -> int:
async def send_embed(
channel: disnake.abc.Messageable,
title: str,
description: str = disnake.Embed.Empty,
description: str = None,
**kwargs
) -> disnake.Message:
from core.context import Context
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ async_cse
asyncpraw
discord-together
disnake
disnake-debug
disnake-docs
disnake-jishaku
disnake_paginator
essential-generators
Expand Down

0 comments on commit 5b64c61

Please sign in to comment.