-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ooliver1/botbase
- Loading branch information
Showing
4 changed files
with
67 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,41 @@ | ||
# I'm Sorry | ||
# botbase | ||
|
||
I wish you luck in trying to use this. | ||
Future me or anyone | ||
This is a botbase project for [nextcord](https://github.com/nextcord/nextcord) Discord Python bots to reduce boilerplate. | ||
|
||
## Oh yeah the config | ||
## Config values | ||
|
||
db_enabled: bool default True | ||
`db_enabled: bool` default `True` | ||
|
||
db_url: str either this or name | ||
`db_url: str` either this or name | ||
|
||
db_name: str either this or url | ||
`db_name: str` either this or url | ||
|
||
db_user: str default "ooliver" | ||
`db_user: str` default `"ooliver"` | ||
|
||
db_host str default "localhost" | ||
`db_host str` default `"localhost"` | ||
|
||
version: str default "0.0.0" | ||
`version: str` default `"0.0.0"` | ||
|
||
aiohttp_enabled: bool default True | ||
`aiohttp_enabled: bool` default `True` | ||
|
||
colors: list[int] default [0x9966CC] | ||
`colors: list[int]` default `[0x9966CC]` | ||
|
||
blacklist_enabled: bool default True | ||
`blacklist_enabled: bool` default `True` | ||
|
||
prefix: str | list[str] | ||
`prefix: str | list[str]` | ||
|
||
helpmsg: str default defaulthelpmsg | ||
`helpmsg: str` default [`defaulthelpmsg`](https://github.com/ooliver1/botbase/blob/main/botbase/botbase.py#L38-L47) | ||
|
||
helpindex: str default defaulthelpindex | ||
`helpindex: str` default [`defaulthelpindex`](https://github.com/ooliver1/botbase/blob/main/botbase/botbase.py#L48-L50) | ||
|
||
helptitle: str default "Help Me!" | ||
`helptitle: str` default `"Help Me!"` | ||
|
||
helpfields: dict[str, str] default {} | ||
`helpfields: dict[str, str]` default `{}` | ||
|
||
helpinsert: str default "" | ||
`helpinsert: str` default `""` | ||
|
||
emojiset: Emojis[str, str] default Emojis() | ||
`emojiset: Emojis[str, str]` default `Emojis()` | ||
|
||
logchannel: int default None | ||
`logchannel: int` default `None` | ||
|
||
guild_ids list[int] default None | ||
`guild_ids: list[int]` default `None` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.