diff --git a/README.md b/README.md index ec2a8ce..175f90b 100644 --- a/README.md +++ b/README.md @@ -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||g" mv src/pimetheus "src/" ``` diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e23c430..73fd5e8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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?** @@ -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). diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 30b8680..c42e292 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -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 | | ------- | ------------------ | diff --git a/pyproject.toml b/pyproject.toml index 332c5f1..d265b79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"