mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-13 18:32:47 +00:00
changes for public use
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
import React from 'react';
|
||||
import './Home.scss';
|
||||
|
||||
export default class Home extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="Home">
|
||||
<div className="Card">
|
||||
<div className="Card__header">
|
||||
GoBot Early Access Pre Pre Alpha
|
||||
</div>
|
||||
<p>This application is a work in progress.</p>
|
||||
<p>Check out the source code on
|
||||
<a href="https://github.com/mgerb/GoBot" target="_blank"> GitHub
|
||||
<i className="fa fa-github" aria-hidden="true"></i>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
@import "../../scss/variables";
|
||||
|
||||
.Home {
|
||||
padding: 10px;
|
||||
}
|
||||
@@ -77,6 +77,18 @@ export default class Soundboard extends React.Component {
|
||||
return (
|
||||
<div className="Soundboard">
|
||||
<div className="column">
|
||||
<div className="Card">
|
||||
<div className="Card__header">
|
||||
Discord Sound Bot
|
||||
</div>
|
||||
<p>Drag and drop files to upload. The sounds can then be played in discord by typing the commands below.</p>
|
||||
<p>Check out the source code on
|
||||
<a href="https://github.com/mgerb/GoBot" target="_blank"> GitHub
|
||||
<i className="fa fa-github" aria-hidden="true"></i>
|
||||
</a>
|
||||
</p>
|
||||
<p>Follow the readme to set up your own bot!</p>
|
||||
</div>
|
||||
<SoundList ref="SoundList"/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user