Skip to content

Commit 5b64c61

Browse files
committed
buid: Remove broken disnake-debug and disnake-docs from requirements
1 parent 7f56ad9 commit 5b64c61

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: Run main file
2020
run: python main.py
2121
- name: Run tests
22-
run: pytest .
22+
run: pytest tests/
2323

core/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_colour() -> int:
2222
async def send_embed(
2323
channel: disnake.abc.Messageable,
2424
title: str,
25-
description: str = disnake.Embed.Empty,
25+
description: str = None,
2626
**kwargs
2727
) -> disnake.Message:
2828
from core.context import Context

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ async_cse
55
asyncpraw
66
discord-together
77
disnake
8-
disnake-debug
9-
disnake-docs
108
disnake-jishaku
119
disnake_paginator
1210
essential-generators

0 commit comments

Comments
 (0)