update - better formatting
This commit is contained in:
parent
bd702bd033
commit
4381145a0c
3 changed files with 19 additions and 1 deletions
17
about.txt
Normal file
17
about.txt
Normal file
|
|
@ -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)!
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"commands": {
|
||||
"about": {
|
||||
"text": "./readme.md"
|
||||
"text": "./about.txt"
|
||||
},
|
||||
"changelog": {
|
||||
"text": "./changelog.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue