potential botcard fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3>bot card</h3>
|
<h3>bot card</h3>
|
||||||
<p>
|
<p v-if="status">
|
||||||
Bot Name:
|
Bot Name:
|
||||||
{{ status.info.username + '#' + status.info.discriminator }} <br />
|
{{ status.info.username + '#' + status.info.discriminator }} <br />
|
||||||
Bot ID: {{ status.info.id }} <br />
|
Bot ID: {{ status.info.id }} <br />
|
||||||
|
|||||||
Reference in New Issue
Block a user