diff --git a/about.txt b/about.txt new file mode 100644 index 0000000..a94dfcb --- /dev/null +++ b/about.txt @@ -0,0 +1,17 @@ +**Inter-Server Hub** + +__General__ +This bot links channels from multiple Discord servers together. + +__How do I get started with you?__ +Get started with creating a hub by using `/hub register`. +You can also check out this [wiki article](https://github.com/FlippedCodes/I-SH/wiki/Getting-Started), on how to get started with the bot. ^^ + +__I need some help__ +I've got you covered. Join our [help Discord](https://discord.gg/BvSzxqH)! + +__The Future__ +In the future I-SH will get compatibility with other platforms, like Telegram and Guilded. + +__Source Code__ +Feel free to look at it on [GitHub](https://github.com/FlippedCodes/I-SH)! \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index a047bcd..9395532 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,7 @@ Important Changes: Boring Bug Fixes: - Better error handling on message deletions (it was spamming the console) +- /about better formatting Planned for the Future: - use bans to deny service to a guild diff --git a/config.json b/config.json index 9dab2ff..72326eb 100644 --- a/config.json +++ b/config.json @@ -29,7 +29,7 @@ }, "commands": { "about": { - "text": "./readme.md" + "text": "./about.txt" }, "changelog": { "text": "./changelog.txt"