7 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('layouts.default')
 | 
						|
@section('title', 'Discord Bot')
 | 
						|
@section('description', '')
 | 
						|
@section('content')
 | 
						|
    <p>The diskfloppy.me Discord bot blah blah blah blah blah</p>
 | 
						|
    <p>Maybe I'll finish this page later idk</p>
 | 
						|
@stop
 |