-- phpMyAdmin SQL Dump -- version 4.1.12 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Erstellungszeit: 04. Jul 2014 um 18:55 -- Server Version: 5.6.16 -- PHP-Version: 5.5.11 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Datenbank: `rivengodbot` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `commands` -- CREATE TABLE IF NOT EXISTS `commands` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cmd` text NOT NULL, `response` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=46 ; -- -- Daten für Tabelle `commands` -- INSERT INTO `commands` (`id`, `cmd`, `response`) VALUES (7, '!age', ' 16 years old, born 23.05.1998'), (8, '!boxbox', ' box sox'), (9, '!cs', ' I got it at the end of S2'), (11, '!facebook', ' Facebook: https://www.facebook.com/pages/Riven-God/529151403874285'), (12, '!from', 'I am half Italian half Bulgarian, I speak Italian in family and i live in Switzerland for the better education.'), (13, '!lolking', ' http://www.lolking.net/summoner/euw/34898847'), (14, '!lolskill', 'http://www.lolskill.net/top?filterChampion=92&filterRealm=EUW'), (15, '!masteries', 'Masteries: http://prntscr.com/3r59yo'), (16, '!playlist', 'Playlist: http://open.spotify.com/user/spotify/playlist/4hOKQuZbraPDIfaGbM3lKI'), (17, '!q_wallpaper', 'http://1hdwallpapers.com/wallpapers/teemo_vs_riven.jpg'), (18, '!runes', 'http://www.lolking.net/summoner/euw/34898847#runes'), (19, '!skin', 'I got all them skins'), (20, '!smurf', 'http://www.lolking.net/summoner/euw/58262835'), (21, '!twitter', 'Twitter: https://twitter.com/RivenNevir'), (22, '!wallpaper', 'http://fc00.deviantart.net/fs70/f/2014/007/2/7/league_of_legends__clashing_winds_by_ae_rie-d70x719.png'), (23, '!youtube', 'https://www.youtube.com/channel/UCBy87pb_iFECzZOGbqthLJg'), (25, '!commands', ' !age !masteries !runes !youtube !lolskill !lolking !skin !cs !from'), (26, '!ì‹ ', ' means God in korean'), (27, '!kappa', ' Kappa Kappa'), (28, '!server', ' Riven God is playing on EUW'), (29, '!problems', ' If you have problems with the stream, try to refresh the page or close your browser and open it again or restart your pc. If that all doesn''t help report the problem to Twitch.'), (30, '!help', ' Type !commands for the commands. Type !roulette to play roulette or !gtn to play guess the number (!gtn . My creator is DigotLive so ask him if you have any questions.'), (31, '!donate', ' You can help me by donating: http://bit.ly/1lItAWb (PayPal via StreamTip)'), (32, '!offlinepic', ' http://bit.ly/1kVcvUy'), (33, '!digotlive', ' Best guy ever i love him <3'), (34, '!gg', ' GG \\o/'), (35, '!rank', ' His main "Riven God" is Diamond 1 - His smurf "l2p nub" is Diamond 1 too!'), (36, '!skins', ' I have all skins on my main account'), (37, '!mic', ' Riven God only uses a microphone when he feels like he wants to talk.'), (38, '!montage', ' https://www.youtube.com/watch?v=Rop1VdQEiPI'), (39, '!winrate', ' RGs winrate on l2p nub is around 80%'), (40, '!livestreamer', ' To run the stream smoothly and i a costum quality, download Livestreamer: http://bit.ly/1pyRe7p After install open the Command Console (cmd.exe) with Admin rights and type in: livestreamer twitch.tv/riven_god (quality) - (quality can be high, medium, low, mobile or source) source is the best mobile is the worst'), (42, '!viewergames', ' Riven God mostly does viewergames at the end of his streams when he got more than 250 viewers.'), (43, '!delay', ' The delay is around 15 seconds'), (44, '!molly', ' ༼ つ◕_◕༽つ MOLLY ༼ つ◕_◕༽つ'), (45, '!l2pnub', ' http://www.lolking.net/summoner/euw/58262835'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;