Dark_Ville 8bf9759656 chore: standardize resources (#7345) 1 年之前
..
README.MD 8bf9759656 chore: standardize resources (#7345) 1 年之前
call.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
downloading.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
live.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
pause.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
play.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
premiere-live.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
premiere.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
question.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
reading.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
repeat-one.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
repeat.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
search.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
stop.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
uploading.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
video-call.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
viewing.png 8bf9759656 chore: standardize resources (#7345) 1 年之前
writing.png 8bf9759656 chore: standardize resources (#7345) 1 年之前

README.MD

Resouces for Presences

In this folder you can find resource images which you can use to display the status of what the user is doing.

These Include:

IMAGE NAME
play.png
pause.png
stop.png
search.png
question.png
live.png
reading.png
writing.png
call.png
video-call.png
downloading.png
uploading.png
repeat.png
repeat-one.png
premiere.png
premiere-live.png
viewing.png
const enum Assets {
	Play = "https://cdn.rcd.gg/PreMiD/resources/play.png",
	Pause = "https://cdn.rcd.gg/PreMiD/resources/pause.png",
	Stop = "https://cdn.rcd.gg/PreMiD/resources/stop.png",
	Search = "https://cdn.rcd.gg/PreMiD/resources/search.png",
	Question = "https://cdn.rcd.gg/PreMiD/resources/question.png",
	Live = "https://cdn.rcd.gg/PreMiD/resources/live.png",
	Reading = "https://cdn.rcd.gg/PreMiD/resources/reading.png",
	Writing = "https://cdn.rcd.gg/PreMiD/resources/writing.png",
	Call = "https://cdn.rcd.gg/PreMiD/resources/call.png",
	VideoCall = "https://cdn.rcd.gg/PreMiD/resources/video-call.png",
	Downloading = "https://cdn.rcd.gg/PreMiD/resources/downloading.png",
	Uploading = "https://cdn.rcd.gg/PreMiD/resources/uploading.png",
	Repeat = "https://cdn.rcd.gg/PreMiD/resources/repeat.png",
	RepeatOne = "https://cdn.rcd.gg/PreMiD/resources/repeat-one.png",
	Premiere = "https://cdn.rcd.gg/PreMiD/resources/premiere.png",
	PremiereLive = "https://cdn.rcd.gg/PreMiD/resources/premiere-live.png",
	Viewing = "https://cdn.rcd.gg/PreMiD/resources/viewing.png",
}