Setting Up Your SkellyBot Server 🤖🌱
📂📄 - Server Structure: Folders and Documents
Think of the server as hierarchically organized text, the same way a folder tree is where you store document files on a standard computer.
📂 The "folders"
server-
📄 The "documents": Think of each message in a Discord chat as a markdown Documents
The contents of these "folders" are the messages
. Yes, when we're just chatting we keep these short, but ultimately they are documents
. They render all sorts of markdown
including
headings
and
bullet points.
Check out https://www.markdownguide.org/cheat-sheet/.
This is why we're not really using external tools-- everything you write in markdown
can be translated to google docs, or word, or latex, or html, or whatever you want. Just write it here.
Categories are Your Workspace
🔐 - you are the
admin
in your specificcategory
🔓 - you have
full permissions
there, for example:#️⃣ - you can
create new channels
,🤖 - add new
bot instructions
messages📝 - edit
channel topics
🔏- others only have
read
permissions by default🔒 - but
private
channels can still be created as desired