Skip to content

Commit

Permalink
added new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Nov 17, 2023
1 parent 1bce9be commit bc647c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
<div align="center">
<img src="logo.png" alt="logo" width="50%" height="50%">
</div>

MystiGuardian - Your server's mystical protector and entertainment extraordinaire. Uniting moderation with fun, it
ensures a secure and delightful Discord experience.

The following is required in your config.json file:

```json
{
"token" : "",
"token": "",
"owner-id": "",
"dataSource": {
"user" : "",
"password" : "",
"driver" : "org.postgresql.Driver",
"user": "",
"password": "",
"driver": "org.postgresql.Driver",
"port": "",
"name": "postgres",
"host": "",
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
package io.github.yusufsdiscordbot.mystiguardian.commands.moderation.audit;

import io.github.yusufsdiscordbot.mystiguardian.commands.audit.type.*;
import io.github.yusufsdiscordbot.mystiguardian.commands.moderation.audit.type.*;
import io.github.yusufsdiscordbot.mystiguardian.slash.ISlashCommand;
import io.github.yusufsdiscordbot.mystiguardian.utils.MystiGuardianUtils;
Expand Down

0 comments on commit bc647c2

Please sign in to comment.