Skip to content

A web dashboard for starboard channels or anything really that has embeds

License

Notifications You must be signed in to change notification settings

500mhzz/starweb

Repository files navigation

StarWeb

Starweb is a simple WebUi that uses discord.js to get embeds from a channel and display it on the website with pagintation, its super fast too!

ENV Setup

TOKEN="Discord Bot Token"
CLIENT_ID="Discord Bot Client ID"
CHANNEL_ID="Main Starboard Channel ID"
DISCORD_GUILD_ID="Discord Guild ID"

MONGO_URI="MongoDB URI"
  • TOKEN is the discord bot token used for commands and getting starboard posts.
  • CLIENT_ID is the discord bot id used for internal stuff.
  • CHANNEL_ID is used for the default channel when the user enters the website.
  • DISCORD_GUILD_ID is the server to fetch the channels from.
  • MONGO_URI used to store user preferances.

NOTE:

Make sure to change the channel ids and names in the +page.svelte file!

PREVIEW

image image

About

A web dashboard for starboard channels or anything really that has embeds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published