added node modules back to the example bot, so it exports with the required modules
This commit is contained in:
@@ -31,11 +31,13 @@
|
||||
#grid {
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
background: var(--dark-steel);
|
||||
margin: 10px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
gap:5%;
|
||||
flex-wrap: wrap;
|
||||
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#grid > * {
|
||||
|
||||
Reference in New Issue
Block a user