mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
refactor: move upload history to its own page
This commit is contained in:
@@ -72,6 +72,7 @@ export class Soundboard extends React.Component<Props, State> {
|
||||
<Uploader onComplete={this.onUploadComplete} />
|
||||
<SoundList
|
||||
soundList={soundList}
|
||||
title="Sounds"
|
||||
type="sounds"
|
||||
onPlayDiscord={this.onPlayDiscord}
|
||||
showDiscordPlay={appStore!.hasModPermissions()}
|
||||
|
||||
Reference in New Issue
Block a user