- Added more things to the README
- Experimental change of logging
This commit is contained in:
parent
d33f8ebc1a
commit
4fc76b4dfd
2 changed files with 32 additions and 7 deletions
20
README.md
20
README.md
|
@ -12,13 +12,23 @@ Check by from time to time to see what has changed. :)
|
|||
- python3 -m venv venv
|
||||
- Linux: source venv/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
2. Then edit the bot.ini.example and move it to bot.ini .
|
||||
3. Run the bot by using your venv interpreter.
|
||||
2. Visit https://discordpy.readthedocs.io/en/latest/discord.html to read about how to create a bot on the Discord Website.
|
||||
3. Then make a copy of bot.ini.example and name it "bot.ini". Edit the file.
|
||||
4. Run the bot inside the venv.
|
||||
- Make sure u're inside the venv.
|
||||
- Now: python3 pybot-f.py
|
||||
5. Invite the bot to your server using the provided link after successfully starting the bot.
|
||||
|
||||
# Bugs
|
||||
If you find a bug or have a feature request, visit https://code.nextgamers.eu/freaky/pybot-f/issues .
|
||||
|
||||
If you don't want to load the example extensions, just move them to some other ending (not .py).
|
||||
# Extensions
|
||||
- Extensions are how you create "plugins/modules" for the bot to provide additional features. There are some .example extension files in
|
||||
the ext/ folder.
|
||||
- If you need more information visit https://discordpy.readthedocs.io/en/latest/index.html#extensions and read about extensions there.
|
||||
- The jishaku extension is always loaded and downloaded from the network on requirement.txt updates. The module provides administration commands.
|
||||
it is not written by me.
|
||||
|
||||
# Note
|
||||
A better description and HowTo will follow someday, maybe in the wiki. :)
|
||||
# Notes
|
||||
- There is a .gitignore which ignores things like bot.ini and bot.log with git so passwords and logs are not getting commited to git.
|
||||
- A better description and HowTo will follow someday, maybe in the wiki. :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue