minor bug fix
This commit is contained in:
@@ -660,7 +660,7 @@ class Channel {
|
|||||||
* Please dont use this, its not implemented.
|
* Please dont use this, its not implemented.
|
||||||
**/
|
**/
|
||||||
async grabArround(id) {
|
async grabArround(id) {
|
||||||
throw new Error("please don't call this, no one has implmented it :P");
|
throw new Error("please don't call this, no one has implemented it :P");
|
||||||
}
|
}
|
||||||
buildmessage(message, next) {
|
buildmessage(message, next) {
|
||||||
const built = message.buildhtml(next);
|
const built = message.buildhtml(next);
|
||||||
|
@@ -667,7 +667,7 @@ class Channel{
|
|||||||
* Please dont use this, its not implemented.
|
* Please dont use this, its not implemented.
|
||||||
**/
|
**/
|
||||||
async grabArround(id:string){//currently unused and no plans to use it yet
|
async grabArround(id:string){//currently unused and no plans to use it yet
|
||||||
throw new Error("please don't call this, no one has implmented it :P")
|
throw new Error("please don't call this, no one has implemented it :P")
|
||||||
}
|
}
|
||||||
buildmessage(message:Message,next:Message){
|
buildmessage(message:Message,next:Message){
|
||||||
const built=message.buildhtml(next);
|
const built=message.buildhtml(next);
|
||||||
|
@@ -17,6 +17,7 @@ body {
|
|||||||
padding: .2cm;
|
padding: .2cm;
|
||||||
width: 7cm !important;
|
width: 7cm !important;
|
||||||
height: 8cm;
|
height: 8cm;
|
||||||
|
border: solid, color-mix(in hsl,var(--black),transparent 80%), .03in;
|
||||||
}
|
}
|
||||||
video{
|
video{
|
||||||
max-width: 3in;
|
max-width: 3in;
|
||||||
|
Reference in New Issue
Block a user