Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ If you want to clone Pimetheus to create your own space traveler powered by a Ra
1. Clone the repository to your local machine:

```bash
git clone https://github.com/Pymetheus/XBot_Pimetheus
git clone https://github.com/Pymetheus/Bot_Pimetheus
```
2. Replace Pimetheus with your bot name
```bash
cd XBot_Pimetheus
cd Bot_Pimetheus
grep -rl "pimetheus" . | xargs sed -i "s|pimetheus|<your-bot-name>|g"
mv src/pimetheus "src/<your-bot-name>"
```
Expand Down
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## How to contribute to the XBot Pimetheus
## How to contribute to the Bot Pimetheus

#### **Did you find a bug?**

* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/Pymetheus/XBot_Pimetheus/issues).
* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/Pymetheus/Bot_Pimetheus/issues).

* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Pymetheus/XBot_Pimetheus/issues/new).
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Pymetheus/Bot_Pimetheus/issues/new).
Be sure to include a title and clear description.

#### **Did you write a patch that fixes a bug?**
Expand All @@ -17,4 +17,4 @@

#### **Do you have questions about the source code?**

* Ask any question about how to use XBot by [Email](mailto:github.senate902@passfwd.com).
* Ask any question about how to use Bot by [Email](mailto:github.senate902@passfwd.com).
4 changes: 2 additions & 2 deletions docs/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Security Policy
We take the security and integrity of the XBot seriously.
We take the security and integrity of the Bot seriously.
If you believe you have found a security vulnerability, please report it to us as described below.

## Supported Versions

Currently only the Genesis version of the XBot is supported.
Currently only the Genesis version of the Bot is supported.

| Version | Supported |
| ------- | ------------------ |
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ dev = [
]

[project.urls]
Homepage = "https://github.com/Pymetheus/XBot_Pimetheus"
Repository = "https://github.com/Pymetheus/XBot_Pimetheus"
Documentation = "https://github.com/Pymetheus/XBot_Pimetheus/blob/main/docs/DOCUMENTATION.md"
Issues = "https://github.com/Pymetheus/XBot_Pimetheus/issues"
Homepage = "https://github.com/Pymetheus/Bot_Pimetheus"
Repository = "https://github.com/Pymetheus/Bot_Pimetheus"
Documentation = "https://github.com/Pymetheus/Bot_Pimetheus/blob/main/docs/DOCUMENTATION.md"
Issues = "https://github.com/Pymetheus/Bot_Pimetheus/issues"

[project.scripts]
pimetheus = "pimetheus.main:main"
Expand Down
Loading