Skip to content
Snippets Groups Projects
Commit 41c1fffd authored by Reviath's avatar Reviath
Browse files

Update readme.md, deleted old MySQL tables from remilia.sql

parent 0d504837
Branches
Tags v1.7.4
No related merge requests found
Pipeline #679 passed
......@@ -8,6 +8,7 @@
</p>
[![Go Report Card](https://goreportcard.com/badge/git.randomchars.net/Reviath/RemiliaScarlet)](https://goreportcard.com/report/git.randomchars.net/Reviath/RemiliaScarlet)
[![Pipeline](https://git.randomchars.net/Reviath/RemiliaScarlet/badges/master/pipeline.svg)](https://git.randomchars.net/Reviath/RemiliaScarlet)
## About The Project
This is my first Golang Discord bot project, but I've written in javascript (Nodejs) and python before, and you can see them from my projects on GitLab.
......
......@@ -3,9 +3,9 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Apr 08, 2021 at 09:19 AM
-- Server version: 10.4.18-MariaDB
-- PHP Version: 8.0.3
-- Generation Time: May 17, 2021 at 09:15 AM
-- Server version: 10.4.19-MariaDB
-- PHP Version: 8.0.6
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
......@@ -23,17 +23,6 @@ SET time_zone = "+00:00";
-- --------------------------------------------------------
--
-- Table structure for table `afk`
--
CREATE TABLE `afk` (
`isafk` varchar(255) NOT NULL,
`userid` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `autorole`
--
......@@ -90,18 +79,6 @@ CREATE TABLE `leavemessage` (
-- --------------------------------------------------------
--
-- Table structure for table `levels`
--
CREATE TABLE `levels` (
`userid` varchar(255) NOT NULL,
`guildid` varchar(255) NOT NULL,
`level` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `log`
--
......@@ -132,18 +109,6 @@ CREATE TABLE `welcomemessage` (
`message` varchar(255) NOT NULL,
`guildid` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `xps`
--
CREATE TABLE `xps` (
`userid` varchar(255) NOT NULL,
`guildid` varchar(255) NOT NULL,
`xp` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment