Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
update repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Dec 13, 2021
1 parent e3e6df0 commit a1db047
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ steps:
from_secret: github_username
password:
from_secret: github_token
repo: ghcr.io/sebasptsch/dynamica
repo: ghcr.io/dynamicabot/dynamica
registry: ghcr.io
cache_from: ghcr.io/sebasptsch/dynamica
cache_from: ghcr.io/dynamicabot/dynamica
volumes:
- name: cache
host:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![Sapphire Logo](https://raw.githubusercontent.com/sebasptsch/Dynamica/master/assets/DynamicaBanner.png)
![Sapphire Logo](https://raw.githubusercontent.com/DynamicaBot/Dynamica/master/assets/DynamicaBanner.png)

# Dynamica

[![Build Status](https://ci.sebasptsch.dev/api/badges/sebasptsch/Dynamica/status.svg)](https://ci.sebasptsch.dev/sebasptsch/Dynamica)
[![Build Status](https://ci.sebasptsch.dev/api/badges/DynamicaBot/Dynamica/status.svg)](https://ci.sebasptsch.dev/DynamicaBot/Dynamica)

Dynamica, a bot designed to replicate the features of the Auto Voice Channels bot which has reached end of life. It dynamically assigns voice channels and renames them based on the current activity.

Expand Down
4 changes: 2 additions & 2 deletions commands/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = {
.setTitle("About")
.setAuthor({ name: "Sebastian P", url: "https://sebasptsch.dev" })
.setImage(
"https://github.com/sebasptsch/Dynamica/raw/master/assets/DynamicaBanner.png"
"https://github.com/DynamicaBot/Dynamica/raw/master/assets/DynamicaBanner.png"
)
.setDescription("About the Dynamica Bot")
.setURL("https://github.com/sebasptsch/Dynamica"),
.setURL("https://github.com/DynamicaBot/Dynamica"),
],
});
},
Expand Down
2 changes: 1 addition & 1 deletion egg-dynamica.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"installation": {
"script": "apt-get update\r\napt-get install openssl git -y -qq\r\ncd \\\/mnt\\\/server\r\nif [[ -d .git\\\/ ]]; then\r\n git pull\r\nelse\r\n git clone https:\\\/\\\/github.com\\\/sebasptsch\\\/dynamica.git .;\r\nfi;\r\nyarn install --frozen-lockfile",
"script": "apt-get update\r\napt-get install openssl git -y -qq\r\ncd \\\/mnt\\\/server\r\nif [[ -d .git\\\/ ]]; then\r\n git pull\r\nelse\r\n git clone https:\\\/\\\/github.com\\\/DynamicaBot\\\/dynamica.git .;\r\nfi;\r\nyarn install --frozen-lockfile",
"container": "node:lts-buster-slim",
"entrypoint": "bash"
}
Expand Down

0 comments on commit a1db047

Please sign in to comment.